diff options
author | ache <ache@FreeBSD.org> | 2003-03-07 23:11:37 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2003-03-07 23:11:37 +0000 |
commit | eb9ab6eb4302ff637e88e3e28ed9cce4b82666cf (patch) | |
tree | c90c94607db239ee418521c5f5aead22ec22df3e /etc | |
parent | 801f005cb2afa6bced925a53ea9f3875ed389d4c (diff) | |
download | FreeBSD-src-eb9ab6eb4302ff637e88e3e28ed9cce4b82666cf.zip FreeBSD-src-eb9ab6eb4302ff637e88e3e28ed9cce4b82666cf.tar.gz |
Replace u_int with "unsigned int" to prevent following errors:
#include <sys/types.h>
#include <sys/stat.h>
main () {
}
cc -D_POSIX_C_SOURCE test.c
/usr/include/sys/stat.h:127: syntax error before "u_int"
/usr/include/sys/stat.h:158: syntax error before "u_int"
(u_int becomes invisible for _POSIX_C_SOURCE and some other *_SOURCE modes)
Diffstat (limited to 'etc')
0 files changed, 0 insertions, 0 deletions