Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Jan 1998 21:56:02 +0100 (CET)
From:      Andrzej Bialecki <abial@nask.pl>
To:        Mike Smith <mike@smith.net.au>
Cc:        freebsd-current@FreeBSD.ORG
Subject:   Re: /kernel.config takes over boot: -c :-(( 
Message-ID:  <Pine.NEB.3.95.980131215443.22898A-100000@korin.warman.org.pl>
In-Reply-To: <199801310825.SAA01349@word.smith.net.au>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 31 Jan 1998, Mike Smith wrote:

> > 
> > > 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?
> 
> Yes.  That's what I get for hand-patching the diff; I knew it was a
> good idea to post it. 8)
> 
> Any other boogers?

I also needed #include <sys/reboot.h> for RB_CONFIG definition...

Andrzej Bialecki

---------------------+---------------------------------------------------------
abial@warman.org.pl  | if(halt_per_mth > 0) { fetch("http://www.freebsd.org") }
Research & Academic  | "Be open-minded, but don't let your brains to fall out."
Network in Poland    | All of the above (and more) is just my personal opinion.
---------------------+---------------------------------------------------------




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.NEB.3.95.980131215443.22898A-100000>