No reason to include fstab. It breaks libc5, does nothing for glibc.
authorEric Andersen <andersen@codepoet.org>
Wed, 14 Mar 2001 01:43:29 +0000 (01:43 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 14 Mar 2001 01:43:29 +0000 (01:43 -0000)
 -Erik

mtab.c

diff --git a/mtab.c b/mtab.c
index 5fb3674a9653b245bee8f0bec96c6f40f718240b..8411fe1fafe0e188b7f7c0a98b69aef4cc0588ba 100644 (file)
--- 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"