projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b1c367
)
No reason to include fstab. It breaks libc5, does nothing for glibc.
author
Eric Andersen
<andersen@codepoet.org>
Wed, 14 Mar 2001 01:43:29 +0000
(
01:43
-0000)
committer
Eric Andersen
<andersen@codepoet.org>
Wed, 14 Mar 2001 01:43:29 +0000
(
01:43
-0000)
-Erik
mtab.c
patch
|
blob
|
history
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"