diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2004-09-15 03:04:08 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2004-09-15 03:04:08 +0000 |
commit | f15dfc557048ca28c8b71ecbcfb9b8f229f2e2e0 (patch) | |
tree | f34d5e6241ef8f0a1a95502128789b2edd2c1a71 /libbb/Makefile.in | |
parent | 995d96a99d5f2d546d5e15b2614ae7408da27631 (diff) | |
download | busybox-w32-f15dfc557048ca28c8b71ecbcfb9b8f229f2e2e0.tar.gz busybox-w32-f15dfc557048ca28c8b71ecbcfb9b8f229f2e2e0.tar.bz2 busybox-w32-f15dfc557048ca28c8b71ecbcfb9b8f229f2e2e0.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."
Diffstat (limited to 'libbb/Makefile.in')
-rw-r--r-- | libbb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/Makefile.in b/libbb/Makefile.in index 26ed5b132..f86664f15 100644 --- a/libbb/Makefile.in +++ b/libbb/Makefile.in | |||
@@ -34,7 +34,7 @@ LIBBB_SRC:= \ | |||
34 | human_readable.c inet_common.c inode_hash.c interface.c isdirectory.c \ | 34 | human_readable.c inet_common.c inode_hash.c interface.c isdirectory.c \ |
35 | kernel_version.c last_char_is.c llist_add_to.c login.c loop.c \ | 35 | kernel_version.c last_char_is.c llist_add_to.c login.c loop.c \ |
36 | make_directory.c mode_string.c module_syscalls.c mtab.c mtab_file.c \ | 36 | make_directory.c mode_string.c module_syscalls.c mtab.c mtab_file.c \ |
37 | my_getgrgid.c my_getgrnam.c my_getpwnam.c \ | 37 | my_getgrgid.c my_getgrnam.c my_getpwnam.c my_getug.c\ |
38 | my_getpwuid.c obscure.c parse_mode.c parse_number.c perror_msg.c \ | 38 | my_getpwuid.c obscure.c parse_mode.c parse_number.c perror_msg.c \ |
39 | perror_msg_and_die.c print_file.c get_console.c \ | 39 | perror_msg_and_die.c print_file.c get_console.c \ |
40 | process_escape_sequence.c procps.c pwd2spwd.c pw_encrypt.c qmodule.c \ | 40 | process_escape_sequence.c procps.c pwd2spwd.c pw_encrypt.c qmodule.c \ |