summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cvs/os2/popen.h
diff options
context:
space:
mode:
authorThorsten Lockert <tholo@cvs.openbsd.org>1997-03-18 01:57:34 +0000
committerThorsten Lockert <tholo@cvs.openbsd.org>1997-03-18 01:57:34 +0000
commitdc436b41f730ec3bda6f945e892fce63b155d436 (patch)
tree2ffa304b2b219a153c94f08997d783648e3cca13 /gnu/usr.bin/cvs/os2/popen.h
parentf663b2e9d210d80ac48418288ea07bca553919f2 (diff)
New release from Cyclic Software
Diffstat (limited to 'gnu/usr.bin/cvs/os2/popen.h')
-rw-r--r--gnu/usr.bin/cvs/os2/popen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cvs/os2/popen.h b/gnu/usr.bin/cvs/os2/popen.h
index 8daf29eaef0..fec94e0ad57 100644
--- a/gnu/usr.bin/cvs/os2/popen.h
+++ b/gnu/usr.bin/cvs/os2/popen.h
@@ -1,6 +1,6 @@
/* We roll our own popen()/pclose() in OS/2.
Thanks, Glenn Gribble! */
-FILE *popen (char *cmd, char *mode);
+FILE *popen (const char *cmd, const char *mode);
int popenRW (char **cmd, int *pipes);
int pclose (FILE *stream);