[BusyBox-cvs] CVS busybox/include
CVS User bug1
bug1 at codepoet.org
Wed Sep 15 03:04:08 UTC 2004
Update of /var/cvs/busybox/include
In directory nail:/tmp/cvs-serv5025/include
Modified Files:
libbb.h
Log Message:
Tito writes,
"This patch fixes all the bugs in id previously spotted by vodz and me.
The binary size increased a bit, but now it should work as expected."
--- /var/cvs/busybox/include/libbb.h 2004/09/02 22:21:40 1.135
+++ /var/cvs/busybox/include/libbb.h 2004/09/15 03:04:07 1.136
@@ -230,6 +230,7 @@
* increases target size and is often not needed embedded systems. */
extern long my_getpwnam(const char *name);
extern long my_getgrnam(const char *name);
+extern char * my_getug(char *buffer, char *idname, long id, int bufsize, char prefix);
extern char * my_getpwuid(char *name, long uid, int bufsize);
extern char * my_getgrgid(char *group, long gid, int bufsize);
extern char *bb_askpass(int timeout, const char * prompt);
More information about the busybox-cvs
mailing list