diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-03-14 01:43:29 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-03-14 01:43:29 +0000 |
commit | b9a1e56a80c98c883ff9af9cf37dd74d5afa1e22 (patch) | |
tree | 66a61ae3d616fbfd636aac3acee7af4999e9c816 | |
parent | 2b1c367a985849a7dde5c9f1cef1db8f6cf951bd (diff) | |
download | busybox-w32-b9a1e56a80c98c883ff9af9cf37dd74d5afa1e22.tar.gz busybox-w32-b9a1e56a80c98c883ff9af9cf37dd74d5afa1e22.tar.bz2 busybox-w32-b9a1e56a80c98c883ff9af9cf37dd74d5afa1e22.zip |
No reason to include fstab. It breaks libc5, does nothing for glibc.
-Erik
-rw-r--r-- | mtab.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -5,7 +5,6 @@ | |||
5 | #include <string.h> | 5 | #include <string.h> |
6 | #include <stdio.h> | 6 | #include <stdio.h> |
7 | #include <mntent.h> | 7 | #include <mntent.h> |
8 | #include <fstab.h> | ||
9 | #include <sys/mount.h> | 8 | #include <sys/mount.h> |
10 | #include "busybox.h" | 9 | #include "busybox.h" |
11 | 10 | ||