diff options
author | Cy Schubert <cy@FreeBSD.org> | 2025-05-05 07:16:59 -0700 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2025-05-05 07:18:03 -0700 |
commit | 7fb570170257bc4fbd563cd109dcbb2c241451cf (patch) | |
tree | 26838afcc2ae1e11cd1f8e3b863b6baa3310bc74 /security/nmap-devel/files/patch-libdnet-stripped_src_eth-bsd.c | |
parent | www/tomcat{9,101,110,-devel}: Improve apply JAVA 9+ specific start-up parameters (diff) |
security/nmap-devel: Update to the latest GH commit
Diffstat (limited to 'security/nmap-devel/files/patch-libdnet-stripped_src_eth-bsd.c')
-rw-r--r-- | security/nmap-devel/files/patch-libdnet-stripped_src_eth-bsd.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/security/nmap-devel/files/patch-libdnet-stripped_src_eth-bsd.c b/security/nmap-devel/files/patch-libdnet-stripped_src_eth-bsd.c deleted file mode 100644 index 24d538b095f8..000000000000 --- a/security/nmap-devel/files/patch-libdnet-stripped_src_eth-bsd.c +++ /dev/null @@ -1,11 +0,0 @@ ---- 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) { -- for (i = 0; i < 128; i++) { -+ for (i = 0; i < 1024; i++) { - snprintf(file, sizeof(file), "/dev/bpf%d", i); - /* This would be O_WRONLY, but Mac OS X 10.6 has a bug - where that prevents other users of the interface |