diff options
Diffstat (limited to 'net/rwhois/files/patch-af')
-rw-r--r-- | net/rwhois/files/patch-af | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/rwhois/files/patch-af b/net/rwhois/files/patch-af new file mode 100644 index 000000000000..ebb060dd17aa --- /dev/null +++ b/net/rwhois/files/patch-af @@ -0,0 +1,10 @@ +--- common/misc.c.orig Tue Oct 13 23:12:30 1998 ++++ common/misc.c Tue Oct 13 23:12:58 1998 +@@ -380,7 +380,6 @@ + char *program; + char *param; + { +- int errno = 0; + extern char **environ; + char *myenviron[MAX_SET]; + char *argv[MAX_SET]; |