From: Eric Andersen Date: Wed, 14 Mar 2001 01:43:29 +0000 (-0000) Subject: No reason to include fstab. It breaks libc5, does nothing for glibc. X-Git-Tag: 0_50~42 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b9a1e56a80c98c883ff9af9cf37dd74d5afa1e22;p=oweals%2Fbusybox.git No reason to include fstab. It breaks libc5, does nothing for glibc. -Erik --- diff --git a/mtab.c b/mtab.c index 5fb3674a9..8411fe1fa 100644 --- a/mtab.c +++ b/mtab.c @@ -5,7 +5,6 @@ #include #include #include -#include #include #include "busybox.h"