From: David Howells Date: Sat, 23 Feb 2008 23:23:28 +0000 (-0800) Subject: MN10300: define SO_MARK X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=55a26aeec07f8fdb0f7027a605a430338eb78f4e;p=linux-beck.git MN10300: define SO_MARK Define SO_MARK for MN10300. Signed-off-by: David Howells Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/asm-mn10300/socket.h b/include/asm-mn10300/socket.h index 99ca648b94c5..80af9c4ccad7 100644 --- 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 */