diff options
Diffstat (limited to 'src/pwd/struct_passwd.c')
-rw-r--r-- | src/pwd/struct_passwd.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/pwd/struct_passwd.c b/src/pwd/struct_passwd.c index d77dd7b7..71ae8ab6 100644 --- a/src/pwd/struct_passwd.c +++ b/src/pwd/struct_passwd.c @@ -1,3 +1,5 @@ +#if 0 + #include <pwd.h> struct passwd { @@ -11,3 +13,6 @@ struct passwd { /* POSIX(1) */ + + +#endif |