Jonathan,
Buildworld went just fine. However, when building my kernel I got the
following error:
cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes
-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual
-fformat-extensions -ansi -nostdinc -I- -I. -I/usr/src/sys
-I/usr/src/sys/../include -D_KERNEL -include opt_global.h -elf
-mpreferred-stack-boundary=2 /usr/src/sys/ufs/ufs/ufs_disksubr.c
/usr/src/sys/ufs/ufs/ufs_disksubr.c:67: warning: function declaration
isn't a prototype
/usr/src/sys/ufs/ufs/ufs_disksubr.c: In function `diskerr':
/usr/src/sys/ufs/ufs/ufs_disksubr.c:362: argument `bp' doesn't match
prototype
/usr/src/sys/sys/disklabel.h:450: prototype declaration
*** Error code 1
Stop.
*** Error code 1
Stop.
*** Error code 1
Stop.
Any help would be appreciated.
Thanks
Chris
> Okay, I think I know what the bug is. This should have been
> fixed in -current by now, let me check to see if it's been merged
> into -stable...
>
> Nope.
>
> I just pulled it over from -current, so it should be in -stable
> as of now, and hopefully show up in your next cvsup. Let me know
> if it doesn't fix the problem.
> --
> Jonathan
>
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message