summaryrefslogtreecommitdiff
path: root/function.c
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>1999-08-12 23:16:42 +0000
committerPaul Smith <psmith@gnu.org>1999-08-12 23:16:42 +0000
commit9e79637ec3fcd24394b2d705ff7c64bd91da9b24 (patch)
tree9e9ded3254fbf8f40461a5f61c9c8db95ee2b198 /function.c
parente34540f79be9c915ce1d6191575267066370f6ec (diff)
downloadgunmake-9e79637ec3fcd24394b2d705ff7c64bd91da9b24.tar.gz
* Some DOS fixes.
Diffstat (limited to 'function.c')
-rw-r--r--function.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/function.c b/function.c
index 4047339..ca115fe 100644
--- a/function.c
+++ b/function.c
@@ -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;