Fix the warnings, and fix the following two obvious segfaults:
authorRob Landley <rob@landley.net>
Mon, 5 Sep 2005 06:16:53 +0000 (06:16 -0000)
committerRob Landley <rob@landley.net>
Mon, 5 Sep 2005 06:16:53 +0000 (06:16 -0000)
commitdbaf97e463a63062e0a1a7f98ee9ff564639fb58
tree3300c1222facdb42a65078914c9bc249659401fe
parentcc1669bcde1fc773accaafcee4279a32bfaffd37
Fix the warnings, and fix the following two obvious segfaults:
./busybox getopt -n one -n two woot
./busybox getopt -o one -o two woot

This entire applet is still an enormous pile of garbage, which I can't clean
up because I really have no idea what it's for.  (Both "man getopt" and trying
it out on the command line a bit fail to enlighten me.  Reading the code, the
fact half of it seems to be special cases for bash vs tcsh does not fill me
with confidence.)
util-linux/getopt.c