From owner-freebsd-current Mon Aug 14 10:55:21 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id KAA06647 for current-outgoing; Mon, 14 Aug 1995 10:55:21 -0700 Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by freefall.FreeBSD.org (8.6.11/8.6.6) with SMTP id KAA06641 for ; Mon, 14 Aug 1995 10:55:20 -0700 Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <15153(6)>; Mon, 14 Aug 1995 10:54:31 PDT Received: by crevenia.parc.xerox.com id <177475>; Mon, 14 Aug 1995 10:54:23 -0700 From: Bill Fenner To: freebsd-current@freebsd.org Subject: Can't build -current kernel, what am I doing wrong? Message-Id: <95Aug14.105423pdt.177475@crevenia.parc.xerox.com> Date: Mon, 14 Aug 1995 10:54:15 PDT Sender: current-owner@freebsd.org Precedence: bulk I recently started sup'ing sys-current, even though my machine is running 2.0.5-ALPHA (yes, I'm a lazy upgrader). I want to submit some multicast fixes, but I haven't yet tested them under FreeBSD, only SunOS. 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? Thanks, Bill