aboutsummaryrefslogtreecommitdiffstats
path: root/ports/unix/guts/popen.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/unix/guts/popen.c')
-rw-r--r--ports/unix/guts/popen.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/unix/guts/popen.c b/ports/unix/guts/popen.c
index 05f0f6a..0ca16b0 100644
--- a/ports/unix/guts/popen.c
+++ b/ports/unix/guts/popen.c
@@ -5,7 +5,6 @@
* FILE *popen(const char *command, const char *mode)
* FILE *rc = NULL;
*/
-
/* on at least some systems, popen() calls fork and exec
* in ways that avoid our usual enforcement of the environment.
*/