diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-10-18 09:14:57 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-10-18 09:14:57 +0000 |
commit | 1381777907fbd50582e7a5ecd950ca26ca56b26f (patch) | |
tree | f4243282b6d8845a434e9741ddc08ab1d753c449 /libc/pwd_grp/Makefile | |
parent | 26f49b28b1eab5a021a821c1dadbdfcedc6b47c4 (diff) |
Implement putgrent to make Peter S. Mazing happy
Diffstat (limited to 'libc/pwd_grp/Makefile')
-rw-r--r-- | libc/pwd_grp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/pwd_grp/Makefile b/libc/pwd_grp/Makefile index 06ba857f0..f2cdf5a17 100644 --- a/libc/pwd_grp/Makefile +++ b/libc/pwd_grp/Makefile @@ -26,7 +26,7 @@ include $(TOPDIR)Rules.mak CSRC= pwent.c getpwnam.c getpwuid.c putpwent.c getpw.c fgetpwent.c \ __getgrent_r.c grent.c getgrnam.c getgrgid.c fgetgrent.c \ - initgroups.c __getpwent_r.c + initgroups.c __getpwent_r.c putgrent.c ifeq ($(HAS_SHADOW),y) CSRC+= lckpwdf.c spent.c getspnam.c getspuid.c putspent.c sgetspent.c \ |