aboutsummaryrefslogtreecommitdiff
path: root/init/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'init/init.c')
-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)