diff options
-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 00000000000..9c933ca0dcd --- /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; + |