K 10 svn:author V 4 ache K 8 svn:date V 27 2003-03-07T23:11:37.000000Z K 7 svn:log V 342 Replace u_int with "unsigned int" to prevent following errors: #include #include 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) END