diff options
author | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2004-09-15 03:04:08 +0000 |
---|---|---|
committer | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2004-09-15 03:04:08 +0000 |
commit | 1f43cf7fc3562db5698a2a2e7146b8350d9a461f (patch) | |
tree | f34d5e6241ef8f0a1a95502128789b2edd2c1a71 /include/libbb.h | |
parent | 0f69811499160f2c76951dd3ff50168b705826b1 (diff) | |
download | busybox-w32-1f43cf7fc3562db5698a2a2e7146b8350d9a461f.tar.gz busybox-w32-1f43cf7fc3562db5698a2a2e7146b8350d9a461f.tar.bz2 busybox-w32-1f43cf7fc3562db5698a2a2e7146b8350d9a461f.zip |
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."
git-svn-id: svn://busybox.net/trunk/busybox@9256 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include/libbb.h')
-rw-r--r-- | include/libbb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h index 51afd1e9d..93ab5375c 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -230,6 +230,7 @@ extern unsigned long bb_xparse_number(const char *numstr, | |||
230 | * increases target size and is often not needed embedded systems. */ | 230 | * increases target size and is often not needed embedded systems. */ |
231 | extern long my_getpwnam(const char *name); | 231 | extern long my_getpwnam(const char *name); |
232 | extern long my_getgrnam(const char *name); | 232 | extern long my_getgrnam(const char *name); |
233 | extern char * my_getug(char *buffer, char *idname, long id, int bufsize, char prefix); | ||
233 | extern char * my_getpwuid(char *name, long uid, int bufsize); | 234 | extern char * my_getpwuid(char *name, long uid, int bufsize); |
234 | extern char * my_getgrgid(char *group, long gid, int bufsize); | 235 | extern char * my_getgrgid(char *group, long gid, int bufsize); |
235 | extern char *bb_askpass(int timeout, const char * prompt); | 236 | extern char *bb_askpass(int timeout, const char * prompt); |