diff options
author | Stefan Eßer <se@FreeBSD.org> | 1996-02-19 02:03:30 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 1996-02-19 02:03:30 +0000 |
commit | 76220015091f349b91c148157856310ef1f9df57 (patch) | |
tree | 23fa07e260796f81cd1c969dcf0684964dcc7413 /emulators/wine-devel/files/patch-ad | |
parent | 268c96e397211d74430b17baa679a93aca543ceb (diff) |
Notes
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 ); |