summaryrefslogtreecommitdiff
path: root/src/pwd/getpwuid.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pwd/getpwuid.c')
-rw-r--r--src/pwd/getpwuid.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/pwd/getpwuid.c b/src/pwd/getpwuid.c
index 29982a2c..7c8eaadf 100644
--- a/src/pwd/getpwuid.c
+++ b/src/pwd/getpwuid.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <sys/types.h>
#include <pwd.h>
#include "_pwd.h"
@@ -21,3 +23,6 @@ struct passwd * getpwuid(uid_t uid)
/*
POSIX(1)
*/
+
+
+#endif