diff options
author | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-05-03 03:28:55 +0000 |
---|---|---|
committer | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-05-03 03:28:55 +0000 |
commit | 1e5129c862c3082ad996b08b95ac834d1131ca6b (patch) | |
tree | b954cd7801fd3a30f8a5231ee0106c8db11da568 /libbb | |
parent | 6a4d3cacae28095bb218d451f8fbaa3defc95d94 (diff) | |
download | busybox-w32-1e5129c862c3082ad996b08b95ac834d1131ca6b.tar.gz busybox-w32-1e5129c862c3082ad996b08b95ac834d1131ca6b.tar.bz2 busybox-w32-1e5129c862c3082ad996b08b95ac834d1131ca6b.zip |
Revert Tito's patch to zcip. My bad, David Brownell had objected and I missed
it...
git-svn-id: svn://busybox.net/trunk/busybox@10233 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/setup_environment.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/setup_environment.c b/libbb/setup_environment.c index 046ecea34..aeb285a53 100644 --- a/libbb/setup_environment.c +++ b/libbb/setup_environment.c | |||
@@ -42,7 +42,7 @@ | |||
42 | #define DEFAULT_LOGIN_PATH "/bin:/usr/bin" | 42 | #define DEFAULT_LOGIN_PATH "/bin:/usr/bin" |
43 | #define DEFAULT_ROOT_LOGIN_PATH "/usr/sbin:/bin:/usr/bin:/sbin" | 43 | #define DEFAULT_ROOT_LOGIN_PATH "/usr/sbin:/bin:/usr/bin:/sbin" |
44 | 44 | ||
45 | void xsetenv ( const char *key, const char *value ) | 45 | static void xsetenv ( const char *key, const char *value ) |
46 | { | 46 | { |
47 | if ( setenv ( key, value, 1 )) | 47 | if ( setenv ( key, value, 1 )) |
48 | bb_error_msg_and_die (bb_msg_memory_exhausted); | 48 | bb_error_msg_and_die (bb_msg_memory_exhausted); |