diff options
Diffstat (limited to 'src/port/exec.c')
-rw-r--r-- | src/port/exec.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/port/exec.c b/src/port/exec.c index 12be6131f9b..24bcd806c08 100644 --- a/src/port/exec.c +++ b/src/port/exec.c @@ -496,7 +496,8 @@ pipe_read_line(char *cmd, char *line, int maxsize) /* * pclose() plus useful error reporting * Is this necessary? bjm 2004-05-11 - * It is better here because pipe.c has win32 backend linkage. + * Originaally this was stated to be here because pipe.c had backend linkage. + * Perhaps that's no longer so now we have got rid of pipe.c amd 2012-03-28 */ int pclose_check(FILE *stream) |