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