projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
860f7be
)
MN10300: define SO_MARK
author
David Howells
<dhowells@redhat.com>
Sat, 23 Feb 2008 23:23:28 +0000
(15:23 -0800)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Sun, 24 Feb 2008 01:12:13 +0000
(17:12 -0800)
Define SO_MARK for MN10300.
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/asm-mn10300/socket.h
patch
|
blob
|
history
diff --git
a/include/asm-mn10300/socket.h
b/include/asm-mn10300/socket.h
index 99ca648b94c54122057342ec4bcef093b0d0fbe6..80af9c4ccad7f05cd09db4d0d212ec2a0753ed04 100644
(file)
--- a/
include/asm-mn10300/socket.h
+++ b/
include/asm-mn10300/socket.h
@@
-52,4
+52,6
@@
#define SO_TIMESTAMPNS 35
#define SCM_TIMESTAMPNS SO_TIMESTAMPNS
+#define SO_MARK 36
+
#endif /* _ASM_SOCKET_H */