Date: Sat, 31 Jan 1998 17:37:22 +0900 From: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> To: Mike Smith <mike@smith.net.au> Cc: "Jordan K. Hubbard" <jkh@time.cdrom.com>, freebsd-current@FreeBSD.ORG, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: /kernel.config takes over boot: -c :-(( Message-ID: <199801310837.RAA26481@zodiac.mech.utsunomiya-u.ac.jp> In-Reply-To: Your message of "Sat, 31 Jan 1998 17:46:07 %2B1030." <199801310716.RAA00927@word.smith.net.au> References: <199801310716.RAA00927@word.smith.net.au>
next in thread | previous in thread | raw e-mail | index | archive | help
> static int
> getchar(void)
>@@ -147,8 +148,10 @@
> }
> }
> if (*next) {
>+ userconfig_boot_parsing = 1;
> return (*next++);
> } else {
>+ userconfig_boot_parsing = 1;
~~~~~
Don't you want "userconfig_boot_parsing = 0" here?
Kazu
> return cngetc();
> }
> }
>@@ -2836,6 +2839,15 @@
> static int
> quitfunc(CmdParm *parms)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199801310837.RAA26481>
