aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2005-08-28 12:52:54 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2005-08-28 12:52:54 +0000
commitff514643472eb2beeda70956240afac7d630af45 (patch)
tree24cb2333389e884a4f093add98df53b4c987454d
parentb09f286fa2b6d281c1670add1c5b1f001660fa4b (diff)
downloadports-ff514643472eb2beeda70956240afac7d630af45.tar.gz
ports-ff514643472eb2beeda70956240afac7d630af45.zip
Fix build on 4.x
PR: ports/84554 Submitted by: Wesley Shields <wxs@csh.rit.edu> (maintainer)
Notes
Notes: svn path=/head/; revision=141108
-rw-r--r--net/xprobe/files/patch-src_xpmodules_os_probe_smb_smbutil.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/net/xprobe/files/patch-src_xpmodules_os_probe_smb_smbutil.h b/net/xprobe/files/patch-src_xpmodules_os_probe_smb_smbutil.h
new file mode 100644
index 000000000000..9c933ca0dcd2
--- /dev/null
+++ b/net/xprobe/files/patch-src_xpmodules_os_probe_smb_smbutil.h
@@ -0,0 +1,12 @@
+--- src/xpmodules/os_probe/smb/smbutil.h.orig Thu Aug 4 11:44:20 2005
++++ src/xpmodules/os_probe/smb/smbutil.h Thu Aug 4 11:44:28 2005
+@@ -39,8 +39,8 @@
+ #include <stdlib.h>
+ #include <string.h>
+ #include <ctype.h>
+-#include <sys/socket.h>
+ #include <sys/types.h>
++#include <sys/socket.h>
+
+ using namespace std;
+