Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Aug 1995 04:19:33 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        fenner@parc.xerox.com, freebsd-current@freebsd.org
Subject:   Re: Can't build -current kernel, what am I doing wrong?
Message-ID:  <199508141819.EAA24593@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>I got and built the new config, and config'd a new kernel.  However, the build
>is choking on the following line of sys/sys/types.h:

>typedef _BSD_OFF_T_     off_t;          /* file offset */

>Do I need a new gcc, which understands what a _BSD_OFF_T_ is, to build a
>-current kernel?

You need consistent header files.  _BSD_OFF_T_ is declared in
<machine/ansi.h>.

Bruce



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