No reason to include fstab. It breaks libc5, does nothing for glibc.

-Erik
This commit is contained in:
Eric Andersen 2001-03-14 01:43:29 +00:00
parent 2b1c367a98
commit b9a1e56a80

1
mtab.c
View File

@ -5,7 +5,6 @@
#include <string.h>
#include <stdio.h>
#include <mntent.h>
#include <fstab.h>
#include <sys/mount.h>
#include "busybox.h"