diff options
author | Steve Price <steve@FreeBSD.org> | 2001-11-16 01:38:20 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2001-11-16 01:38:20 +0000 |
commit | e3958cc5c2ddab02aec13397e084de3be342f909 (patch) | |
tree | ca1c47960c9f8d2a3cd453e284751034b6fab3bf /emulators/wine/files | |
parent | 1) This a forced commit message fixing the last message; that message (diff) |
Update to version 2001.11.08.
PR: 31870
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=50096
Diffstat (limited to 'emulators/wine/files')
-rw-r--r-- | emulators/wine/files/patch-gf | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/emulators/wine/files/patch-gf b/emulators/wine/files/patch-gf deleted file mode 100644 index e6812e84a683..000000000000 --- a/emulators/wine/files/patch-gf +++ /dev/null @@ -1,35 +0,0 @@ -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 - |