projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4ac247
)
[SPARC32]: Fix build.
author
Mark Fortescue
<mark@mtfhpc.demon.co.uk>
Sun, 5 Aug 2007 04:17:18 +0000
(21:17 -0700)
committer
David S. Miller
<davem@davemloft.net>
Sun, 5 Aug 2007 04:17:18 +0000
(21:17 -0700)
Correct incorrect removal of asm-generic/fcntl.h from asm-sparc/fcntl.h by
commit
6ba60d2195cd65d72eaf7ce3903a707c5bf20c7b
.
Signed-off-by: Mark Fortescue <mark@mtfhpc.demon.co.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/asm-sparc/fcntl.h
patch
|
blob
|
history
diff --git
a/include/asm-sparc/fcntl.h
b/include/asm-sparc/fcntl.h
index 7bbdfc77accd61ff48d2ed9c426b9ec71eb695d3..5ec546349fc8757da63255da0d142101858137ef 100644
(file)
--- a/
include/asm-sparc/fcntl.h
+++ b/
include/asm-sparc/fcntl.h
@@
-32,5
+32,6
@@
#define __ARCH_FLOCK_PAD short __unused;
#define __ARCH_FLOCK64_PAD short __unused;
+#include <asm-generic/fcntl.h>
#endif