[BusyBox-cvs] busybox/include grp_.h,1.1,1.2

Russ Dill russ at busybox.net
Thu Dec 18 22:41:00 UTC 2003


Update of /var/cvs/busybox/include
In directory nail:/tmp/cvs-serv12564/include

Modified Files:
	grp_.h 
Log Message:
rename __getgrent so that it doesn't conflict with some libc's

Index: grp_.h
===================================================================
RCS file: /var/cvs/busybox/include/grp_.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- grp_.h	3 Jul 2002 23:19:10 -0000	1.1
+++ grp_.h	18 Dec 2003 22:40:58 -0000	1.2
@@ -32,7 +32,7 @@
 extern int setgroups __P ((size_t n, __const gid_t * groups));
 extern int initgroups __P ((__const char * user, gid_t gid));
 
-extern struct group * __getgrent __P ((int grp_fd));
+extern struct group * bb_getgrent __P ((int grp_fd));
 
 #endif /* USE_SYSTEM_PWD_GRP */
 #endif /* __CONFIG_GRP_H */




More information about the busybox-cvs mailing list