Fix that pesky boot aguments parsing bug. (I think :-)

This commit is contained in:
Peter Wemm 1998-10-07 10:55:46 +00:00
parent ee4f7b62a0
commit e3de88f4ff
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=40034
3 changed files with 3 additions and 6 deletions

View File

@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: bootinfo.c,v 1.8 1998/10/06 07:27:05 msmith Exp $
* $Id: bootinfo.c,v 1.9 1998/10/07 02:39:05 msmith Exp $
*/
#include <stand.h>
@ -100,7 +100,6 @@ bi_getboothowto(char *kargs)
active = 0;
break;
}
active = 0;
cp++;
}
}

View File

@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: bootinfo.c,v 1.8 1998/10/06 07:27:05 msmith Exp $
* $Id: bootinfo.c,v 1.9 1998/10/07 02:39:05 msmith Exp $
*/
#include <stand.h>
@ -100,7 +100,6 @@ bi_getboothowto(char *kargs)
active = 0;
break;
}
active = 0;
cp++;
}
}

View File

@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: bootinfo.c,v 1.8 1998/10/06 07:27:05 msmith Exp $
* $Id: bootinfo.c,v 1.9 1998/10/07 02:39:05 msmith Exp $
*/
#include <stand.h>
@ -100,7 +100,6 @@ bi_getboothowto(char *kargs)
active = 0;
break;
}
active = 0;
cp++;
}
}