projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
sh: Workaround for __put_user_asm() bug with gcc 4.x on big-endian.
[linux-2.6]
/
include
/
asm-sh
/
socket.h
diff --git
a/include/asm-sh/socket.h
b/include/asm-sh/socket.h
index
c48d6fc
..
6d4bf65
100644
(file)
--- a/
include/asm-sh/socket.h
+++ b/
include/asm-sh/socket.h
@@
-52,4
+52,6
@@
#define SO_TIMESTAMPNS 35
#define SCM_TIMESTAMPNS SO_TIMESTAMPNS
+#define SO_MARK 36
+
#endif /* __ASM_SH_SOCKET_H */