aboutsummaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
authorerik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-02-09 04:16:43 +0000
committererik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-02-09 04:16:43 +0000
commitc8a728eb639dc69e4e55912d4fcc6343806a40fd (patch)
tree50bfe1c027ff760e426ae31442da73e536dd4baa /internal.h
parenta18125005d67c38a8ad7fb454571bb996664ad96 (diff)
downloadbusybox-w32-c8a728eb639dc69e4e55912d4fcc6343806a40fd.tar.gz
busybox-w32-c8a728eb639dc69e4e55912d4fcc6343806a40fd.tar.bz2
busybox-w32-c8a728eb639dc69e4e55912d4fcc6343806a40fd.zip
Fixed the init problem where it wouldn't unmount filesystems
on reboot. Also fixed swapoff -a so it works. -Erik git-svn-id: svn://busybox.net/trunk/busybox@358 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal.h b/internal.h
index 22f4f2fa1..090fcc8fb 100644
--- a/internal.h
+++ b/internal.h
@@ -31,6 +31,7 @@
31#include <string.h> 31#include <string.h>
32#include <unistd.h> 32#include <unistd.h>
33#include <sys/stat.h> 33#include <sys/stat.h>
34//#include <sys/param.h>
34#include <mntent.h> 35#include <mntent.h>
35 36
36 37
@@ -186,6 +187,7 @@ extern pid_t findInitPid();
186#if defined BB_INIT || defined BB_SYSLOGD 187#if defined BB_INIT || defined BB_SYSLOGD
187extern int device_open(char *device, int mode); 188extern int device_open(char *device, int mode);
188#endif 189#endif
190extern void whine_if_fstab_is_missing();
189 191
190#if defined BB_FEATURE_MOUNT_LOOP 192#if defined BB_FEATURE_MOUNT_LOOP
191extern int del_loop(const char *device); 193extern int del_loop(const char *device);