From owner-freebsd-current Sun Jul 19 09:13:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA25820 for freebsd-current-outgoing; Sun, 19 Jul 1998 09:13:28 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from ix.netcom.com (sil-wa2-19.ix.netcom.com [206.214.137.51]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA25815 for ; Sun, 19 Jul 1998 09:13:25 -0700 (PDT) (envelope-from tomdean@ix.netcom.com) Received: (from tomdean@localhost) by ix.netcom.com (8.8.8/8.8.8) id JAA00683; Sun, 19 Jul 1998 09:13:14 -0700 (PDT) (envelope-from tomdean) Date: Sun, 19 Jul 1998 09:13:14 -0700 (PDT) Message-Id: <199807191613.JAA00683@ix.netcom.com> From: Thomas Dean To: current@FreeBSD.ORG Subject: Syntax Problem with i386/i386/autoconf.c Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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