[BusyBox-cvs] CVS update of busybox (include/grp_.h include/pwd_.h include/shadow_.h libpwdgrp/Makefile.in libpwdgrp/__getgrent.c libpwdgrp/__getpwent.c libpwdgrp/fgetgrent.c libpwdgrp/fgetpwent.c libpwdgrp/getgrgid.c libpwdgrp/getgrnam.c libpwdgrp/getpw.c libpwdgrp/getpwnam.c libpwdgrp/getpwuid.c libpwdgrp/grent.c libpwdgrp/initgroups.c libpwdgrp/putpwent.c libpwdgrp/pwd_grp.c libpwdgrp/pwent.c libpwdgrp/setgroups.c libpwdgrp/shadow.c)
Erik Andersen
andersen at codepoet.org
Thu Jul 15 12:53:51 UTC 2004
Date: Thursday, July 15, 2004 @ 06:53:50
Author: andersen
Path: /var/cvs/busybox
Added: libpwdgrp/pwd_grp.c (1.1)
Modified: include/grp_.h (1.2 -> 1.3) include/pwd_.h (1.1 -> 1.2)
include/shadow_.h (1.1 -> 1.2) libpwdgrp/Makefile.in (1.3 ->
1.4)
Removed: libpwdgrp/__getgrent.c (1.7) libpwdgrp/__getpwent.c (1.4)
libpwdgrp/fgetgrent.c (1.4) libpwdgrp/fgetpwent.c (1.3)
libpwdgrp/getgrgid.c (1.5) libpwdgrp/getgrnam.c (1.5)
libpwdgrp/getpw.c (1.3) libpwdgrp/getpwnam.c (1.4)
libpwdgrp/getpwuid.c (1.6) libpwdgrp/grent.c (1.5)
libpwdgrp/initgroups.c (1.8) libpwdgrp/putpwent.c (1.4)
libpwdgrp/pwent.c (1.6) libpwdgrp/setgroups.c (1.5)
libpwdgrp/shadow.c (1.8)
Replace the old and somewhat buggy pwd_grp stuff with the shiny
new stuff mjn3 wrote for uClibc
Index: busybox/include/grp_.h
diff -u busybox/include/grp_.h:1.2 busybox/include/grp_.h:1.3
--- busybox/include/grp_.h:1.2 Thu Dec 18 15:40:58 2003
+++ busybox/include/grp_.h Thu Jul 15 06:53:49 2004
@@ -1,39 +1,116 @@
-#ifndef __CONFIG_GRP_H
-#define __CONFIG_GRP_H
[...2907 lines suppressed...]
More information about the busybox-cvs
mailing list