diff options
author | Ron Yorston <rmy@pobox.com> | 2012-03-22 13:15:08 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2012-03-22 13:15:08 +0000 |
commit | c0d4367d6b581eb5989c02815880cf0fa2851ae8 (patch) | |
tree | 868c266e627e2d7f65ba5a4d5f98a1c421453181 /shell/shell_common.c | |
parent | f6bad5ef766b0447158e3de2f55c35f1f6cecb58 (diff) | |
parent | da4441c44f6efccb6f7b7588404d9c6bfb7b6af8 (diff) | |
download | busybox-w32-c0d4367d6b581eb5989c02815880cf0fa2851ae8.tar.gz busybox-w32-c0d4367d6b581eb5989c02815880cf0fa2851ae8.tar.bz2 busybox-w32-c0d4367d6b581eb5989c02815880cf0fa2851ae8.zip |
Merge commit 'da4441c44f6efccb6f7b7588404d9c6bfb7b6af8' into merge
Conflicts:
libbb/vfork_daemon_rexec.c
networking/wget.c
procps/ps.c
Diffstat (limited to 'shell/shell_common.c')
-rw-r--r-- | shell/shell_common.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/shell_common.c b/shell/shell_common.c index 2d5c0db0f..c7b5b6122 100644 --- a/shell/shell_common.c +++ b/shell/shell_common.c | |||
@@ -375,9 +375,9 @@ shell_builtin_ulimit(char **argv) | |||
375 | #endif | 375 | #endif |
376 | /* optarg = NULL; opterr = 0; optopt = 0; - do we need this?? */ | 376 | /* optarg = NULL; opterr = 0; optopt = 0; - do we need this?? */ |
377 | 377 | ||
378 | argc = 1; | 378 | argc = 1; |
379 | while (argv[argc]) | 379 | while (argv[argc]) |
380 | argc++; | 380 | argc++; |
381 | 381 | ||
382 | opts = 0; | 382 | opts = 0; |
383 | while (1) { | 383 | while (1) { |