diff options
Diffstat (limited to 'src/pwd/endpwent.c')
-rw-r--r-- | src/pwd/endpwent.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/pwd/endpwent.c b/src/pwd/endpwent.c index bb22e1be..9241c01c 100644 --- a/src/pwd/endpwent.c +++ b/src/pwd/endpwent.c @@ -1,3 +1,5 @@ +#if 0 + #include <pwd.h> #include <stdio.h> #include "_pwd.h" @@ -13,3 +15,6 @@ void endpwent(void) /* XOPEN(400) */ + + +#endif |