View | Details | Raw Unified | Return to bug 84554
Collapse All | Expand All

(-)net/xprobe/files/patch-src:xpmodules:os_probe:smb:smbutil.h (+12 lines)
Line 0 Link Here
1
--- src/xpmodules/os_probe/smb/smbutil.h.orig	Thu Aug  4 11:44:20 2005
2
+++ src/xpmodules/os_probe/smb/smbutil.h	Thu Aug  4 11:44:28 2005
3
@@ -39,8 +39,8 @@
4
 #include <stdlib.h>
5
 #include <string.h>
6
 #include <ctype.h>
7
-#include <sys/socket.h>
8
 #include <sys/types.h>
9
+#include <sys/socket.h>
10
 
11
 using namespace std;
12

Return to bug 84554