summaryrefslogtreecommitdiff
path: root/security/nmap/files/patch-libdnet-stripped__src__eth-bsd.c
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2015-09-27 10:32:29 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2015-09-27 10:32:29 +0000
commite48f1b3666caab624ca1eaa334ecca37a1c53330 (patch)
tree37cbde6ecbb4f7eb8e2dce09cc667ef7b203b0a0 /security/nmap/files/patch-libdnet-stripped__src__eth-bsd.c
parentMark BROKEN: fails to link (diff)
- update to 6.49BETA5
- use DOCS instead PORTDOCS - remove gcc workaround [1] - (hopefully) use the correct __FreeBSD_version for SOCK_RAW Changelog: https://nmap.org/changelog.html PR: 196065 [1] PR: 200558 [2] PR: 202139 [3] Submitted by: sbruno@ , mikael.urankar@gmail.com [1] Submitted by: truckman@ [2] Submitted by: trasz@ [3]
Diffstat (limited to 'security/nmap/files/patch-libdnet-stripped__src__eth-bsd.c')
-rw-r--r--security/nmap/files/patch-libdnet-stripped__src__eth-bsd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/nmap/files/patch-libdnet-stripped__src__eth-bsd.c b/security/nmap/files/patch-libdnet-stripped__src__eth-bsd.c
index 4f615c58e0f0..24d538b095f8 100644
--- a/security/nmap/files/patch-libdnet-stripped__src__eth-bsd.c
+++ b/security/nmap/files/patch-libdnet-stripped__src__eth-bsd.c
@@ -1,6 +1,6 @@
---- ./libdnet-stripped/src/eth-bsd.c.orig 2009-11-09 05:49:32.000000000 +0100
-+++ ./libdnet-stripped/src/eth-bsd.c 2010-09-03 21:04:29.000000000 +0200
-@@ -45,7 +45,7 @@
+--- libdnet-stripped/src/eth-bsd.c.orig 2009-11-09 04:49:32 UTC
++++ libdnet-stripped/src/eth-bsd.c
+@@ -45,7 +45,7 @@ eth_open(const char *device)
int i;
if ((e = calloc(1, sizeof(*e))) != NULL) {