add more convenient defines for [NO]MMU:

"#ifndef BB_NOMMU" is a double negative
This commit is contained in:
Denis Vlasenko
2007-04-11 07:04:23 +00:00
parent f1a7141cfc
commit 473dae080a
6 changed files with 30 additions and 27 deletions

View File

@@ -986,7 +986,7 @@ static int sendCgi(const char *url,
* since httpd is run from inetd (and it can't run standalone
* in uClinux).
*/
#ifdef BB_NOMMU
#if !BB_MMU
pid = vfork();
#else
pid = fork();