Replace the old and somewhat buggy pwd_grp stuff with the shiny
authorEric Andersen <andersen@codepoet.org>
Thu, 15 Jul 2004 12:53:49 +0000 (12:53 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 15 Jul 2004 12:53:49 +0000 (12:53 -0000)
commit9615a08218caa63c4221a6b5922c628328e719d1
tree863532a14dd40a1009cee3dac1dfa7fdd8bea653
parent837f058fb307e0bcf7b9ad4f02a44ea3047f427e
Replace the old and somewhat buggy pwd_grp stuff with the shiny
new stuff mjn3 wrote for uClibc
20 files changed:
include/grp_.h
include/pwd_.h
include/shadow_.h
libpwdgrp/Makefile.in
libpwdgrp/__getgrent.c [deleted file]
libpwdgrp/__getpwent.c [deleted file]
libpwdgrp/fgetgrent.c [deleted file]
libpwdgrp/fgetpwent.c [deleted file]
libpwdgrp/getgrgid.c [deleted file]
libpwdgrp/getgrnam.c [deleted file]
libpwdgrp/getpw.c [deleted file]
libpwdgrp/getpwnam.c [deleted file]
libpwdgrp/getpwuid.c [deleted file]
libpwdgrp/grent.c [deleted file]
libpwdgrp/initgroups.c [deleted file]
libpwdgrp/putpwent.c [deleted file]
libpwdgrp/pwd_grp.c [new file with mode: 0644]
libpwdgrp/pwent.c [deleted file]
libpwdgrp/setgroups.c [deleted file]
libpwdgrp/shadow.c [deleted file]