diff options
Diffstat (limited to 'www/htdump/files/patch-init.c')
| -rw-r--r-- | www/htdump/files/patch-init.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/htdump/files/patch-init.c b/www/htdump/files/patch-init.c new file mode 100644 index 000000000000..a2d9f214edda --- /dev/null +++ b/www/htdump/files/patch-init.c @@ -0,0 +1,11 @@ +--- init.c.orig Wed Dec 20 00:26:47 2000 ++++ init.c Mon Jul 7 04:39:00 2003 +@@ -121,7 +121,7 @@ + CONFIG.new_argv = CONFIG.argv; + + +-while ((t = getopt_long_only(CONFIG.new_argc ++while ((t = getopt_long(CONFIG.new_argc + ,CONFIG.new_argv + ,"h" + ,long_options |
