From ec9905a23d64ab9649c7df738e24dedb982ea958 Mon Sep 17 00:00:00 2001 From: obrien Date: Thu, 17 Dec 1998 02:45:00 +0000 Subject: Somehow this delete didn't propagate. --- security/nmap/files/patch-ab | 20 -------------------- security/nmapfe/files/patch-ab | 20 -------------------- security/zenmap/files/patch-ab | 20 -------------------- 3 files changed, 60 deletions(-) delete mode 100644 security/nmap/files/patch-ab delete mode 100644 security/nmapfe/files/patch-ab delete mode 100644 security/zenmap/files/patch-ab (limited to 'security') diff --git a/security/nmap/files/patch-ab b/security/nmap/files/patch-ab deleted file mode 100644 index 31f021337ce0..000000000000 --- a/security/nmap/files/patch-ab +++ /dev/null @@ -1,20 +0,0 @@ ---- tcpip.c.orig Sun Nov 29 10:00:13 1998 -+++ tcpip.c Sun Nov 29 10:00:51 1998 -@@ -563,7 +563,7 @@ - if (ifc.ifc_len == 0) - fatal("SIOCGIFCONF claims you have no network interfaces!\n"); - #if HAVE_SOCKADDR_SA_LEN -- len = MAX(sizeof(struct sockaddr), ifr->ifr_addr.sa_len); -+ len = ifr->ifr_addr.sa_len; - #else - len = sizeof(SA); - #endif -@@ -581,6 +581,7 @@ - dev[63] = '\0'; - return 1; - } -+ len = ifr->ifr_addr.sa_len; - } - /* Shucks, we didn't find it ... */ - dev[0] = '\0'; - diff --git a/security/nmapfe/files/patch-ab b/security/nmapfe/files/patch-ab deleted file mode 100644 index 31f021337ce0..000000000000 --- a/security/nmapfe/files/patch-ab +++ /dev/null @@ -1,20 +0,0 @@ ---- tcpip.c.orig Sun Nov 29 10:00:13 1998 -+++ tcpip.c Sun Nov 29 10:00:51 1998 -@@ -563,7 +563,7 @@ - if (ifc.ifc_len == 0) - fatal("SIOCGIFCONF claims you have no network interfaces!\n"); - #if HAVE_SOCKADDR_SA_LEN -- len = MAX(sizeof(struct sockaddr), ifr->ifr_addr.sa_len); -+ len = ifr->ifr_addr.sa_len; - #else - len = sizeof(SA); - #endif -@@ -581,6 +581,7 @@ - dev[63] = '\0'; - return 1; - } -+ len = ifr->ifr_addr.sa_len; - } - /* Shucks, we didn't find it ... */ - dev[0] = '\0'; - diff --git a/security/zenmap/files/patch-ab b/security/zenmap/files/patch-ab deleted file mode 100644 index 31f021337ce0..000000000000 --- a/security/zenmap/files/patch-ab +++ /dev/null @@ -1,20 +0,0 @@ ---- tcpip.c.orig Sun Nov 29 10:00:13 1998 -+++ tcpip.c Sun Nov 29 10:00:51 1998 -@@ -563,7 +563,7 @@ - if (ifc.ifc_len == 0) - fatal("SIOCGIFCONF claims you have no network interfaces!\n"); - #if HAVE_SOCKADDR_SA_LEN -- len = MAX(sizeof(struct sockaddr), ifr->ifr_addr.sa_len); -+ len = ifr->ifr_addr.sa_len; - #else - len = sizeof(SA); - #endif -@@ -581,6 +581,7 @@ - dev[63] = '\0'; - return 1; - } -+ len = ifr->ifr_addr.sa_len; - } - /* Shucks, we didn't find it ... */ - dev[0] = '\0'; - -- cgit