diff options
author | bde <bde@FreeBSD.org> | 1997-04-13 15:27:12 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1997-04-13 15:27:12 +0000 |
commit | b9d8e9106dd254df3090edad75501f9c3d28e12d (patch) | |
tree | 9d3fb13d784a66b17789afae534b886c8581723f /etc/host.conf | |
parent | 72d3bcd80ba0db521609fe29360624dad85b1e17 (diff) | |
download | FreeBSD-src-b9d8e9106dd254df3090edad75501f9c3d28e12d.zip FreeBSD-src-b9d8e9106dd254df3090edad75501f9c3d28e12d.tar.gz |
Moved #include of <sys/cdefs.h> earlier so that __signed in
<machine/types.h> 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 <sys/cdefs.h>.
`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 <sys/cdefs.h> is included, so `const' is not
#defined away until after it is used.
Fixed some style bugs.
Diffstat (limited to 'etc/host.conf')
0 files changed, 0 insertions, 0 deletions