aboutsummaryrefslogtreecommitdiff
path: root/libbb/Kbuild
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-11-27 14:43:21 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2006-11-27 14:43:21 +0000
commitd686a045c8134d3a42fa5cc6b2e09118e08d603f (patch)
tree38f509fc9556f68f758c77b06b480cc33b2725eb /libbb/Kbuild
parent8a0a83d503a7971895254efa9e79cf15ba1850d4 (diff)
downloadbusybox-w32-d686a045c8134d3a42fa5cc6b2e09118e08d603f.tar.gz
busybox-w32-d686a045c8134d3a42fa5cc6b2e09118e08d603f.tar.bz2
busybox-w32-d686a045c8134d3a42fa5cc6b2e09118e08d603f.zip
safe_strtoXX interface proved to be a bit unconvenient.
Remove it, introduce saner bb_strtoXX. Saved ~350 bytes.
Diffstat (limited to 'libbb/Kbuild')
-rw-r--r--libbb/Kbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/Kbuild b/libbb/Kbuild
index 550723cea..c15615302 100644
--- a/libbb/Kbuild
+++ b/libbb/Kbuild
@@ -10,6 +10,7 @@ lib-y += ask_confirmation.o
10lib-y += bb_askpass.o 10lib-y += bb_askpass.o
11lib-y += bb_do_delay.o 11lib-y += bb_do_delay.o
12lib-y += bb_pwd.o 12lib-y += bb_pwd.o
13lib-y += bb_strtonum.o
13lib-y += change_identity.o 14lib-y += change_identity.o
14lib-y += chomp.o 15lib-y += chomp.o
15lib-y += compare_string_array.o 16lib-y += compare_string_array.o
@@ -67,7 +68,6 @@ lib-y += remove_file.o
67lib-y += restricted_shell.o 68lib-y += restricted_shell.o
68lib-y += run_shell.o 69lib-y += run_shell.o
69lib-y += safe_strncpy.o 70lib-y += safe_strncpy.o
70lib-y += safe_strtol.o
71lib-y += safe_write.o 71lib-y += safe_write.o
72lib-y += setup_environment.o 72lib-y += setup_environment.o
73lib-y += sha1.o 73lib-y += sha1.o