aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-01-06 01:10:25 +0000
committerEric Andersen <andersen@codepoet.org>2002-01-06 01:10:25 +0000
commit038cbc74429f8c3c74a505314bc3eca5b44c342c (patch)
treed822d597419279522c938841048a68b8b7c2e3da
parentc94e89d81f9a5cbbbb9c1cbdcb52e3379173a5a7 (diff)
downloadbusybox-w32-038cbc74429f8c3c74a505314bc3eca5b44c342c.tar.gz
busybox-w32-038cbc74429f8c3c74a505314bc3eca5b44c342c.tar.bz2
busybox-w32-038cbc74429f8c3c74a505314bc3eca5b44c342c.zip
Oops.
-rw-r--r--init/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/init.c b/init/init.c
index 857fa380d..79a748454 100644
--- a/init/init.c
+++ b/init/init.c
@@ -615,7 +615,7 @@ static void check_memory(void)
615#if !defined(__UCLIBC__) || defined(__UCLIBC_HAS_MMU__) 615#if !defined(__UCLIBC__) || defined(__UCLIBC_HAS_MMU__)
616 if (stat("/etc/fstab", &statBuf) == 0) { 616 if (stat("/etc/fstab", &statBuf) == 0) {
617 /* swapon -a requires /proc typically */ 617 /* swapon -a requires /proc typically */
618 waitfor("/bin/mount -t proc /proc", console, FALSE); 618 waitfor("/bin/mount -t proc proc /proc", console, FALSE);
619 /* Try to turn on swap */ 619 /* Try to turn on swap */
620 waitfor("/sbin/swapon -a", console, FALSE); 620 waitfor("/sbin/swapon -a", console, FALSE);
621 if (check_free_memory() < 1000) 621 if (check_free_memory() < 1000)