From owner-freebsd-current Sat Dec 19 11:52:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA10787 for freebsd-current-outgoing; Sat, 19 Dec 1998 11:52:28 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from feral-gw.feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA10781 for ; Sat, 19 Dec 1998 11:52:27 -0800 (PST) (envelope-from mjacob@feral.com) Received: from localhost (mjacob@localhost) by feral-gw.feral.com (8.8.7/8.8.7) with ESMTP id LAA28234 for ; Sat, 19 Dec 1998 11:52:25 -0800 Date: Sat, 19 Dec 1998 11:52:25 -0800 (PST) From: Matthew Jacob X-Sender: mjacob@feral-gw Reply-To: mjacob@feral.com To: freebsd-current@FreeBSD.ORG Subject: massive compilation breakage in user space Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This seems pretty annoyingly bad: from mt.c:52: /usr/src/usr.bin/mt/../../sys/sys/inttypes.h:11: parse error before `int8_t' /usr/src/usr.bin/mt/../../sys/sys/inttypes.h:11: warning: data definition has no type or storage class /usr/src/usr.bin/mt/../../sys/sys/inttypes.h:12: parse error before `int16_t' /usr/src/usr.bin/mt/../../sys/sys/inttypes.h:12: warning: data definition has no type or storage class /usr/src/usr.bin/mt/../../sys/sys/inttypes.h:13: parse error before `int32_t' /usr/src/usr.bin/mt/../../sys/sys/inttypes.h:13: warning: data definition has no type or storage class /usr/src/usr.bin/mt/../../sys/sys/inttypes.h:16: parse error before `uint8_t' /usr/src/usr.bin/mt/../../sys/sys/inttypes.h:16: warning: data definition has no type or storage class /usr/src/usr.bin/mt/../../sys/sys/inttypes.h:17: parse error before `uint16_t' /usr/src/usr.bin/mt/../../sys/sys/inttypes.h:17: warning: data definition has no type or storage class /usr/src/usr.bin/mt/../../sys/sys/inttypes.h:18: parse error before `uint32_t' /usr/src/usr.bin/mt/../../sys/sys/inttypes.h:18: warning: data definition has no type or storage class /usr/src/usr.bin/mt/../../sys/sys/inttypes.h:21: parse error before `intptr_t' /usr/src/usr.bin/mt/../../sys/sys/inttypes.h:21: warning: data definition has no type or storage class /usr/src/usr.bin/mt/../../sys/sys/inttypes.h:22: parse error before `uintptr_t' /usr/src/usr.bin/mt/../../sys/sys/inttypes.h:22: warning: data definition has no type or storage class In file included from /usr/src/usr.bin/mt/../../sys/sys/types.h:49, To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message