diff options
Diffstat (limited to 'emulators/wine-devel/files/patch-ad')
-rw-r--r-- | emulators/wine-devel/files/patch-ad | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/emulators/wine-devel/files/patch-ad b/emulators/wine-devel/files/patch-ad index 7280adcd4307..3a580d555c91 100644 --- a/emulators/wine-devel/files/patch-ad +++ b/emulators/wine-devel/files/patch-ad @@ -38,36 +38,3 @@ ! Lpt1=/dev/lpt0 [spy] -*** files/drive.c~ Wed Jan 31 19:57:23 1996 ---- files/drive.c Fri Feb 2 22:33:16 1996 -*************** -*** 8,11 **** ---- 8,12 ---- - #include <string.h> - #include <stdlib.h> -+ #include <sys/types.h> - #include <sys/stat.h> - -*** files/directory.c~ Wed Jan 31 19:57:23 1996 ---- files/directory.c Wed Feb 7 00:10:58 1996 -*************** -*** 165,173 **** - /* Put the temp and Windows directories into the environment */ - -! env_p = (char *)xmalloc( strlen(DIR_TempDosDir) + 5 ); - strcpy( env_p, "TEMP=" ); - strcpy( env_p + 5, DIR_TempDosDir ); - putenv( env_p ); -! env_p = (char *)xmalloc( strlen(DIR_WindowsDosDir) + 7 ); - strcpy( env_p, "windir=" ); - strcpy( env_p + 7, DIR_WindowsDosDir ); ---- 165,173 ---- - /* Put the temp and Windows directories into the environment */ - -! env_p = (char *)xmalloc( strlen(DIR_TempDosDir) + 6 ); - strcpy( env_p, "TEMP=" ); - strcpy( env_p + 5, DIR_TempDosDir ); - putenv( env_p ); -! env_p = (char *)xmalloc( strlen(DIR_WindowsDosDir) + 8 ); - strcpy( env_p, "windir=" ); - strcpy( env_p + 7, DIR_WindowsDosDir ); |