diff options
Diffstat (limited to 'internal.h')
-rw-r--r-- | internal.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/internal.h b/internal.h index 6804e2da8..cb042a32f 100644 --- a/internal.h +++ b/internal.h | |||
@@ -173,12 +173,6 @@ extern pid_t findInitPid(); | |||
173 | extern int vdprintf(int d, const char *format, va_list ap); | 173 | extern int vdprintf(int d, const char *format, va_list ap); |
174 | #endif | 174 | #endif |
175 | 175 | ||
176 | #if defined BB_MTAB | ||
177 | #define whine_if_fstab_is_missing() {} | ||
178 | #else | ||
179 | extern void whine_if_fstab_is_missing(); | ||
180 | #endif | ||
181 | |||
182 | #if defined BB_NFSMOUNT | 176 | #if defined BB_NFSMOUNT |
183 | int nfsmount(const char *spec, const char *node, unsigned long *flags, | 177 | int nfsmount(const char *spec, const char *node, unsigned long *flags, |
184 | char **extra_opts, char **mount_opts, int running_bg); | 178 | char **extra_opts, char **mount_opts, int running_bg); |