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:
b610615
)
Update internal.h to conditionally include asm/string.h
author
Eric Andersen
<andersen@codepoet.org>
Mon, 19 Jun 2000 17:30:07 +0000
(17:30 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Mon, 19 Jun 2000 17:30:07 +0000
(17:30 -0000)
-Erik
internal.h
patch
|
blob
|
history
diff --git
a/internal.h
b/internal.h
index fce32c415406130b4a9247e0346e63cdd186f83e..697ce4778e7bfe36e1f724124d680e83501afdb0 100644
(file)
--- a/
internal.h
+++ b/
internal.h
@@
-33,7
+33,9
@@
#include <sys/stat.h>
#include <sys/param.h>
#include <mntent.h>
+#if ! defined(__GLIBC__)
#include <asm/string.h>
+#endif
/* Some useful definitions */