Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Jul 1998 09:13:14 -0700 (PDT)
From:      Thomas Dean <tomdean@ix.netcom.com>
To:        current@FreeBSD.ORG
Subject:   Syntax Problem with i386/i386/autoconf.c
Message-ID:  <199807191613.JAA00683@ix.netcom.com>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807191613.JAA00683>