summaryrefslogtreecommitdiffstats
path: root/emulators/wine-devel/files/patch-gf
blob: e6812e84a6835c2746b19d38110ee22ef0e16690 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Index: dlls/wininet/ftp.c
===================================================================
RCS file: /home/wine/wine/dlls/wininet/ftp.c,v
retrieving revision 1.18
diff -u -3 -p -r1.18 ftp.c
--- dlls/wininet/ftp.c	2001/08/24 19:13:36	1.18
+++ dlls/wininet/ftp.c	2001/08/26 09:02:47
@@ -21,12 +21,6 @@
 #endif
 #include <unistd.h>
 #include <time.h>
-#ifdef HAVE_NETINET_IN_SYSTM_H
-# include <netinet/in_systm.h>
-#endif
-#ifdef HAVE_NETINET_IP_H
-# include <netinet/ip.h>
-#endif
 
 #include "winbase.h"
 #include "wingdi.h"
Index: dlls/wininet/internet.h
===================================================================
RCS file: /home/wine/wine/dlls/wininet/internet.h,v
retrieving revision 1.5
diff -u -3 -p -r1.5 internet.h
--- dlls/wininet/internet.h	2001/08/24 19:13:36	1.5
+++ dlls/wininet/internet.h	2001/08/26 09:02:49
@@ -6,6 +6,7 @@
 # include <netdb.h>
 #endif
 #ifdef HAVE_NETINET_IN_H
+# include <sys/types.h>
 # include <netinet/in.h>
 #endif
 
OpenPOWER on IntegriCloud