Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Jan 1999 01:00:36 -0500 (EST)
From:      "John W. DeBoskey" <jwd@unx.sas.com>
To:        freebsd-current@FreeBSD.ORG
Subject:   make release failure (sysinstall/disks.c)
Message-ID:  <199901020600.BAA23383@bb01f39.unx.sas.com>

next in thread | raw e-mail | index | archive | help
Hi,

   We seem to be missing a declaration (or two)....

/usr/src/release/sysinstall/disks.c: In function `diskPartitionWrite':
/usr/src/release/sysinstall/disks.c:649: `boot1' undeclared (first use this function)
/usr/src/release/sysinstall/disks.c:649: (Each undeclared identifier is reported only once
/usr/src/release/sysinstall/disks.c:649: for each function it appears in.)
/usr/src/release/sysinstall/disks.c:649: `boot2' undeclared (first use this function)
*** Error code 1


   with the code in question being:

#ifdef __alpha__
        Set_Boot_Blocks(d, boot1, NULL);
#else
        Set_Boot_Blocks(d, boot1, boot2);
#endif 


Thanks for looking at this!
John

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?199901020600.BAA23383>