Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Jun 1998 18:42:50 -0500 (CDT)
From:      Bruce Albrecht <bruce@zuhause.mn.org>
To:        Bruce Evans <bde@zeta.org.au>
Cc:        current@FreeBSD.ORG
Subject:   Re: build error in fsck from cvsup of today
Message-ID:  <13700.24089.206353.637823@zuhause.zuhause.mn.org>

next in thread | raw e-mail | index | archive | help
I suspect this was caused by your changes to 
  src/sys/i386/include/param.h    and
  src/sys/i386/include/types.h

I suspect either fsck need to define KERNEL, or the #ifdef needs to be removed.

===> sbin/fsck
cc -O -pipe -W   -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/sbin/fsck/dir.c
/usr/src/sbin/fsck/dir.c: In function `expanddir':
/usr/src/sbin/fsck/dir.c:587: `uoff_t' undeclared (first use this function)
/usr/src/sbin/fsck/dir.c:587: (Each undeclared identifier is reported only once
/usr/src/sbin/fsck/dir.c:587: for each function it appears in.)
/usr/src/sbin/fsck/dir.c:589: warning: comparison between signed and unsigned
/usr/src/sbin/fsck/dir.c:603: warning: comparison between signed and unsigned
*** Error code 1

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?13700.24089.206353.637823>