From: Eric Andersen Date: Sun, 6 Jan 2002 01:10:25 +0000 (-0000) Subject: Oops. X-Git-Tag: 0_60_3~116 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=038cbc74429f8c3c74a505314bc3eca5b44c342c;p=oweals%2Fbusybox.git Oops. --- 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) #if !defined(__UCLIBC__) || defined(__UCLIBC_HAS_MMU__) if (stat("/etc/fstab", &statBuf) == 0) { /* swapon -a requires /proc typically */ - waitfor("/bin/mount -t proc /proc", console, FALSE); + waitfor("/bin/mount -t proc proc /proc", console, FALSE); /* Try to turn on swap */ waitfor("/sbin/swapon -a", console, FALSE); if (check_free_memory() < 1000)