aboutsummaryrefslogtreecommitdiff
path: root/networking/httpd.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/httpd.c')
-rw-r--r--networking/httpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/httpd.c b/networking/httpd.c
index 7ee62c32a..d80df937a 100644
--- a/networking/httpd.c
+++ b/networking/httpd.c
@@ -986,7 +986,7 @@ static int sendCgi(const char *url,
986 * since httpd is run from inetd (and it can't run standalone 986 * since httpd is run from inetd (and it can't run standalone
987 * in uClinux). 987 * in uClinux).
988 */ 988 */
989#ifdef BB_NOMMU 989#if !BB_MMU
990 pid = vfork(); 990 pid = vfork();
991#else 991#else
992 pid = fork(); 992 pid = fork();