components/nmap/patches/libdnet-stripped.src.vmtypes.patch
changeset 1091 ce8b381f34b6
parent 826 c6aad84d2493
--- a/components/nmap/patches/libdnet-stripped.src.vmtypes.patch	Mon Dec 17 17:47:50 2012 -0800
+++ b/components/nmap/patches/libdnet-stripped.src.vmtypes.patch	Thu Dec 20 09:40:43 2012 -0800
@@ -1,5 +1,5 @@
---- nmap-5.51/libdnet-stripped/include/dnet/fw.h.orig	Fri May  4 09:39:17 2012
-+++ nmap-5.51/libdnet-stripped/include/dnet/fw.h	Fri May  4 09:39:30 2012
+--- nmap-6.25/libdnet-stripped/include/dnet/fw.h.orig	2012-12-06 13:46:17.245644790 -0800
++++ nmap-6.25/libdnet-stripped/include/dnet/fw.h	2012-12-06 13:48:24.783484617 -0800
 @@ -39,16 +39,16 @@
  	(rule)->fw_dport[0] = dp1; (rule)->fw_dport[1] = dp2;		\
  } while (0)
@@ -23,8 +23,8 @@
  __END_DECLS
  
  #endif /* DNET_FW_H */
---- nmap-5.51/libdnet-stripped/src/fw-none.c.orig	Fri May  4 09:43:16 2012
-+++ nmap-5.51/libdnet-stripped/src/fw-none.c	Fri May  4 09:43:28 2012
+--- nmap-6.25/libdnet-stripped/src/fw-none.c.orig	2012-12-06 13:58:57.466770363 -0800
++++ nmap-6.25/libdnet-stripped/src/fw-none.c	2012-12-06 13:48:40.567679655 -0800
 @@ -14,7 +14,7 @@
  
  #include "dnet.h"
@@ -34,7 +34,7 @@
  fw_open(void)
  {
  	errno = ENOSYS;
-@@ -22,7 +22,7 @@
+@@ -22,28 +22,28 @@
  }
  
  int
@@ -43,7 +43,6 @@
  {
  	errno = ENOSYS;
  	return (-1);
-@@ -29,7 +29,7 @@
  }
  
  int
@@ -52,7 +51,6 @@
  {
  	errno = ENOSYS;
  	return (-1);
-@@ -36,14 +36,14 @@
  }
  
  int