diff options
author | Paul Smith <psmith@gnu.org> | 1999-08-12 23:16:42 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 1999-08-12 23:16:42 +0000 |
commit | 9e79637ec3fcd24394b2d705ff7c64bd91da9b24 (patch) | |
tree | 9e9ded3254fbf8f40461a5f61c9c8db95ee2b198 /function.c | |
parent | e34540f79be9c915ce1d6191575267066370f6ec (diff) | |
download | gunmake-9e79637ec3fcd24394b2d705ff7c64bd91da9b24.tar.gz |
* Some DOS fixes.
Diffstat (limited to 'function.c')
-rw-r--r-- | function.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1203,7 +1203,7 @@ windows32_openpipe (int *pipedes, int *pid_p, char **command_argv, char **envp) #ifdef __MSDOS__ -int +FILE * msdos_openpipe (int* pipedes, int *pidp, char *text) { FILE *fpipe=0; |