From owner-cvs-sys Sun Apr 13 08:27:16 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA10034 for cvs-sys-outgoing; Sun, 13 Apr 1997 08:27:16 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA10027; Sun, 13 Apr 1997 08:27:14 -0700 (PDT) Date: Sun, 13 Apr 1997 08:27:14 -0700 (PDT) From: Bruce Evans Message-Id: <199704131527.IAA10027@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/sys types.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/04/13 08:27:14 Modified: sys/sys types.h Log: Moved #include of earlier so that __signed in gets redefined in the non-GNU and non-ANSI cases. Since this hasn't caused problems, there must be no one actually benefitting from the obfuscations supported by . `make CC="cc -traditional"' in /usr/src/bin shows the same. Almost everything is broken in essentially the same way - `const' is used in strings before is included, so `const' is not #defined away until after it is used. Fixed some style bugs. Revision Changes Path 1.19 +6 -7 src/sys/sys/types.h