diff options
Diffstat (limited to 'src/pwd/getpwent.c')
-rw-r--r-- | src/pwd/getpwent.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/pwd/getpwent.c b/src/pwd/getpwent.c index 9876fcd5..72e15109 100644 --- a/src/pwd/getpwent.c +++ b/src/pwd/getpwent.c @@ -1,3 +1,5 @@ +#if 0 + #if ((!defined _POSIX_C_SOURCE) || (_POSIX_C_SOURCE < 2)) #undef _POSIX_C_SOURCE #define _POSIX_C_SOURCE 2 @@ -97,3 +99,6 @@ struct passwd * getpwent(void) /* XOPEN(400) */ + + +#endif |