diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-08-28 12:52:54 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-08-28 12:52:54 +0000 |
commit | ff514643472eb2beeda70956240afac7d630af45 (patch) | |
tree | 24cb2333389e884a4f093add98df53b4c987454d /net/xprobe | |
parent | Fix MASTER_SITES. (diff) |
Fix build on 4.x
PR: ports/84554
Submitted by: Wesley Shields <wxs@csh.rit.edu> (maintainer)
Notes
Notes:
svn path=/head/; revision=141108
Diffstat (limited to 'net/xprobe')
-rw-r--r-- | net/xprobe/files/patch-src_xpmodules_os_probe_smb_smbutil.h | 12 |
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; + |