diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-01-06 01:10:25 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-01-06 01:10:25 +0000 |
commit | 376fd4e27f8d038bc66137801541e57727a22776 (patch) | |
tree | d822d597419279522c938841048a68b8b7c2e3da /init | |
parent | c87640fd90b261a3d9c6b9dd6d690c8a5e6ed679 (diff) | |
download | busybox-w32-376fd4e27f8d038bc66137801541e57727a22776.tar.gz busybox-w32-376fd4e27f8d038bc66137801541e57727a22776.tar.bz2 busybox-w32-376fd4e27f8d038bc66137801541e57727a22776.zip |
Oops.
git-svn-id: svn://busybox.net/trunk/busybox@4028 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'init')
-rw-r--r-- | init/init.c | 2 |
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) |