From owner-freebsd-hackers Wed Sep 13 23:14:14 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA24221 for hackers-outgoing; Wed, 13 Sep 1995 23:14:14 -0700 Received: (from julian@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA24214 for hackers; Wed, 13 Sep 1995 23:14:13 -0700 Date: Wed, 13 Sep 1995 23:14:13 -0700 From: Julian Elischer Message-Id: <199509140614.XAA24214@freefall.freebsd.org> To: hackers Subject: oh oh! Sender: hackers-owner@FreeBSD.org Precedence: bulk making the kernel.. from a freshly checked out sys tree.. cc -O -pipe -I/a/julian/src/sys/libkern -I/a/julian/src/sys/libkern/.. -DKERNEL -c adddi3.c -o adddi3.o In file included from quad.h:57, from adddi3.c:40: /a/julian/src/sys/libkern/../sys/types.h:72: parse error before `off_t' /a/julian/src/sys/libkern/../sys/types.h:72: warning: data definition has no type or storage class /a/julian/src/sys/libkern/../sys/types.h:73: parse error before `pid_t' /a/julian/src/sys/libkern/../sys/types.h:73: warning: data definition has no type or storage class *** Error code 1 eh? anyone changed something recently that would do this? julian