diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-16 03:10:09 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-16 03:10:09 +0000 |
commit | b714abde92db25f35ae03c81d6f56d49736bcc76 (patch) | |
tree | 0e843cde5ee4d5f9074711f89d66c5e52c03d892 /net/rwhoisd/files/patch-af | |
parent | Unbreak for ELF. (diff) |
Unbreak.
Submitted by: steve
Diffstat (limited to '')
-rw-r--r-- | net/rwhoisd/files/patch-af | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/rwhoisd/files/patch-af b/net/rwhoisd/files/patch-af new file mode 100644 index 000000000000..ebb060dd17aa --- /dev/null +++ b/net/rwhoisd/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]; |