aboutsummaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-02-09 04:16:43 +0000
committerErik Andersen <andersen@codepoet.org>2000-02-09 04:16:43 +0000
commite132f4b09e5c9aedaef97f65279e8702633fd425 (patch)
tree50bfe1c027ff760e426ae31442da73e536dd4baa /internal.h
parente49d5ecbbe51718fa925b6890a735e5937cc2aa2 (diff)
downloadbusybox-w32-e132f4b09e5c9aedaef97f65279e8702633fd425.tar.gz
busybox-w32-e132f4b09e5c9aedaef97f65279e8702633fd425.tar.bz2
busybox-w32-e132f4b09e5c9aedaef97f65279e8702633fd425.zip
Fixed the init problem where it wouldn't unmount filesystems
on reboot. Also fixed swapoff -a so it works. -Erik
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);