Date: Sun, 19 Jul 1998 09:43:52 -0700 From: "Jordan K. Hubbard" <jkh@time.cdrom.com> To: Thomas Dean <tomdean@ix.netcom.com> Cc: current@FreeBSD.ORG Subject: Re: Syntax Problem with i386/i386/autoconf.c Message-ID: <16685.900866632@time.cdrom.com> In-Reply-To: Your message of "Sun, 19 Jul 1998 09:13:14 PDT." <199807191613.JAA00683@ix.netcom.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Already found and fixed last night - please re-cvsup.
> Around line 400 of i386/i386/autoconf.c:
>
> static int
> setdumpdev(dev)
> dev_t dev;
> {
> int maj, psize;
> long newdumplo;
>
> if (dev == NODEV) {
> B
> dumpdev = dev;
> return (0);
> }
>
> Removing the 'B' allowed a kernel build.
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-current" in the body of the message
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?16685.900866632>
