aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/cdpr/files
diff options
context:
space:
mode:
authorMichael Landin <mich@FreeBSD.org>2003-07-04 07:46:09 +0000
committerMichael Landin <mich@FreeBSD.org>2003-07-04 07:46:09 +0000
commit5794a744f67ec25bf1ed39febc780bfcbaf29539 (patch)
treeac8769c8fef3288dda716a71afd5e66878684b77 /net-mgmt/cdpr/files
parent0039455c976ece2c50c230d479e2450fe508ea71 (diff)
downloadports-5794a744f67ec25bf1ed39febc780bfcbaf29539.tar.gz
ports-5794a744f67ec25bf1ed39febc780bfcbaf29539.zip
Notes
Diffstat (limited to 'net-mgmt/cdpr/files')
-rw-r--r--net-mgmt/cdpr/files/patch-aa10
1 files changed, 10 insertions, 0 deletions
diff --git a/net-mgmt/cdpr/files/patch-aa b/net-mgmt/cdpr/files/patch-aa
new file mode 100644
index 000000000000..13728e24b06c
--- /dev/null
+++ b/net-mgmt/cdpr/files/patch-aa
@@ -0,0 +1,10 @@
+--- conffile.c.orig Fri Jun 27 16:38:56 2003
++++ conffile.c Fri Jun 27 16:37:14 2003
+@@ -6,6 +6,7 @@
+ #if WIN32
+ #include "Winsock2.h"
+ #else
++#include "sys/types.h"
+ #include "sys/socket.h"
+ #include "netinet/in.h"
+ #include "arpa/inet.h"