diff options
author | lawrance <lawrance@FreeBSD.org> | 2005-08-28 20:52:54 +0800 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2005-08-28 20:52:54 +0800 |
commit | eef5d3799708c541d90df333a61f16a0da13b78b (patch) | |
tree | 498c7e9a0e8a20fd6efd3414f5a38766a771b6e9 /net | |
parent | c8579ba971c432c371b9f4068c600936ae156b35 (diff) | |
download | freebsd-ports-gnome-eef5d3799708c541d90df333a61f16a0da13b78b.tar.gz freebsd-ports-gnome-eef5d3799708c541d90df333a61f16a0da13b78b.tar.zst freebsd-ports-gnome-eef5d3799708c541d90df333a61f16a0da13b78b.zip |
Fix build on 4.x
PR: ports/84554
Submitted by: Wesley Shields <wxs@csh.rit.edu> (maintainer)
Diffstat (limited to 'net')
-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; + |