diff options
Diffstat (limited to 'security/portscanner/files/patch-aa')
-rw-r--r-- | security/portscanner/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/portscanner/files/patch-aa b/security/portscanner/files/patch-aa new file mode 100644 index 000000000000..c26ac885f84c --- /dev/null +++ b/security/portscanner/files/patch-aa @@ -0,0 +1,11 @@ +--- portscanner.c.old Tue Aug 11 17:11:20 1998 ++++ portscanner.c Tue Aug 11 17:11:27 1998 +@@ -35,7 +35,7 @@ + int sock = -1; + struct sockaddr_in address; + int result; +-extern char *sys_errlist[]; ++/* extern char *sys_errlist[]; */ + extern int errno; + int current_port = 0; + u_short base_port = 0; |