diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-12-01 21:34:20 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-12-01 21:34:20 +0000 |
commit | becd8c538cc689460dca83ecc92222969059c5f4 (patch) | |
tree | 70be5c3624b5a9ead8ae771f0cfbc2da5f6815df /include | |
parent | 732268fe69739411c8e1373e688381253a04efe6 (diff) | |
download | busybox-w32-becd8c538cc689460dca83ecc92222969059c5f4.tar.gz busybox-w32-becd8c538cc689460dca83ecc92222969059c5f4.tar.bz2 busybox-w32-becd8c538cc689460dca83ecc92222969059c5f4.zip |
passwd: made smaller by ~130 bytes. size can go negative
if current trend will continue ;)
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h index f891e1bc4..ef5086d6c 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -320,7 +320,7 @@ uint16_t xatou16(const char *numstr); | |||
320 | * increases target size and is often not needed on embedded systems. */ | 320 | * increases target size and is often not needed on embedded systems. */ |
321 | extern long bb_xgetpwnam(const char *name); | 321 | extern long bb_xgetpwnam(const char *name); |
322 | extern long bb_xgetgrnam(const char *name); | 322 | extern long bb_xgetgrnam(const char *name); |
323 | extern char *bb_getug(char *buffer, char *idname, long id, int bufsize, char prefix); | 323 | /*extern char *bb_getug(char *buffer, char *idname, long id, int bufsize, char prefix);*/ |
324 | extern char *bb_getpwuid(char *name, long uid, int bufsize); | 324 | extern char *bb_getpwuid(char *name, long uid, int bufsize); |
325 | extern char *bb_getgrgid(char *group, long gid, int bufsize); | 325 | extern char *bb_getgrgid(char *group, long gid, int bufsize); |
326 | /* from chpst */ | 326 | /* from chpst */ |