projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
powerpc: Fix format string warning in arch/powerpc/boot/main.c
[linux-2.6]
/
include
/
asm-cris
/
socket.h
diff --git
a/include/asm-cris/socket.h
b/include/asm-cris/socket.h
index
5b18dfd
..
9df0ca8
100644
(file)
--- a/
include/asm-cris/socket.h
+++ b/
include/asm-cris/socket.h
@@
-54,6
+54,8
@@
#define SO_TIMESTAMPNS 35
#define SCM_TIMESTAMPNS SO_TIMESTAMPNS
+#define SO_MARK 36
+
#endif /* _ASM_SOCKET_H */