aboutsummaryrefslogtreecommitdiff
path: root/mtab.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-03-14 01:43:29 +0000
committerEric Andersen <andersen@codepoet.org>2001-03-14 01:43:29 +0000
commitb9a1e56a80c98c883ff9af9cf37dd74d5afa1e22 (patch)
tree66a61ae3d616fbfd636aac3acee7af4999e9c816 /mtab.c
parent2b1c367a985849a7dde5c9f1cef1db8f6cf951bd (diff)
downloadbusybox-b9a1e56a80c98c883ff9af9cf37dd74d5afa1e22.tar.gz
No reason to include fstab. It breaks libc5, does nothing for glibc.
-Erik
Diffstat (limited to 'mtab.c')
-rw-r--r--mtab.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mtab.c b/mtab.c
index 5fb3674a9..8411fe1fa 100644
--- a/mtab.c
+++ b/mtab.c
@@ -5,7 +5,6 @@
#include <string.h>
#include <stdio.h>
#include <mntent.h>
-#include <fstab.h>
#include <sys/mount.h>
#include "busybox.h"