diff options
author | Denys Vlasenko | 2011-02-02 19:05:25 +0100 |
---|---|---|
committer | Denys Vlasenko | 2011-02-02 19:05:25 +0100 |
commit | 6307357effb79c8fbc6ccc9d4528c8c1c48a4831 (patch) | |
tree | 332d6bc33b792407e2d569c6563887b615ef0392 /libbb/getopt32.c | |
parent | b72baeb00328576df415f9a4b4f3d5f202e3be11 (diff) | |
download | busybox-6307357effb79c8fbc6ccc9d4528c8c1c48a4831.zip busybox-6307357effb79c8fbc6ccc9d4528c8c1c48a4831.tar.gz |
move nofork_save_area from libbb.h to vfork_daemon_rexec.c
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libbb/getopt32.c')
-rw-r--r-- | libbb/getopt32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/getopt32.c b/libbb/getopt32.c index 25bae31..abd4120 100644 --- a/libbb/getopt32.c +++ b/libbb/getopt32.c @@ -531,7 +531,7 @@ getopt32(char **argv, const char *applet_opts, ...) /* In case getopt32 was already called: * reset the libc getopt() function, which keeps internal state. - * run_nofork_applet_prime() does this, but we might end up here + * run_nofork_applet() does this, but we might end up here * also via gunzip_main() -> gzip_main(). Play safe. */ #ifdef __GLIBC__ |