From owner-freebsd-current Sun Jul 19 09:45:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA28774 for freebsd-current-outgoing; Sun, 19 Jul 1998 09:45:08 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA28769 for ; Sun, 19 Jul 1998 09:45:07 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id JAA16689; Sun, 19 Jul 1998 09:43:52 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Thomas Dean cc: current@FreeBSD.ORG Subject: Re: Syntax Problem with i386/i386/autoconf.c In-reply-to: Your message of "Sun, 19 Jul 1998 09:13:14 PDT." <199807191613.JAA00683@ix.netcom.com> Date: Sun, 19 Jul 1998 09:43:52 -0700 Message-ID: <16685.900866632@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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