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:
706f8f6
)
just include fcntl.h not sys/fcntl.h
author
Mike Frysinger
<vapier@gentoo.org>
Sat, 29 Apr 2006 04:43:50 +0000
(
04:43
-0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Sat, 29 Apr 2006 04:43:50 +0000
(
04:43
-0000)
miscutils/mt.c
patch
|
blob
|
history
diff --git
a/miscutils/mt.c
b/miscutils/mt.c
index 368fc66b9f586653960fb6435e1762fb01d1ba16..9f2c5c335bb6a8595bfc0fa61eb46c9b0174e290 100644
(file)
--- a/
miscutils/mt.c
+++ b/
miscutils/mt.c
@@
-3,7
+3,7
@@
#include <stdlib.h>
#include <string.h>
#include <sys/mtio.h>
-#include <
sys/
fcntl.h>
+#include <fcntl.h>
#include "busybox.h"
struct mt_opcodes {