diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-03-14 01:43:29 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-03-14 01:43:29 +0000 |
commit | 8b3393d06ef866aa8ea83ed7c66b2cf80527b36d (patch) | |
tree | 66a61ae3d616fbfd636aac3acee7af4999e9c816 /mtab.c | |
parent | aa623e04579128adf6b60a3e99ebb0f7d104d462 (diff) | |
download | busybox-w32-8b3393d06ef866aa8ea83ed7c66b2cf80527b36d.tar.gz busybox-w32-8b3393d06ef866aa8ea83ed7c66b2cf80527b36d.tar.bz2 busybox-w32-8b3393d06ef866aa8ea83ed7c66b2cf80527b36d.zip |
No reason to include fstab. It breaks libc5, does nothing for glibc.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@2069 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'mtab.c')
-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 | ||