projects
/
platform
/
upstream
/
strace.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee21a5b
)
file.c: do not include unused headers
author
Dmitry V. Levin
<ldv@altlinux.org>
Sun, 28 Dec 2014 15:24:21 +0000
(15:24 +0000)
committer
Dmitry V. Levin
<ldv@altlinux.org>
Sun, 28 Dec 2014 15:24:21 +0000
(15:24 +0000)
* file.c: Do not include <fcntl.h>.
file.c
patch
|
blob
|
history
diff --git
a/file.c
b/file.c
index 8dd0231639cef03cd39ab8cd46ef5cd1fb22174e..9a1b94fa65bd65f556491f57ba13d1e8258d64bc 100644
(file)
--- a/
file.c
+++ b/
file.c
@@
-179,8
+179,6
@@
struct __old_kernel_stat {
#undef st_mtime
#undef st_ctime
-#include <fcntl.h>
-
#ifdef MAJOR_IN_SYSMACROS
# include <sys/sysmacros.h>
#endif