projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Revert "x86_64: allocate sparsemem memmap above 4G"
[linux-2.6]
/
include
/
asm-mips
/
socket.h
diff --git
a/include/asm-mips/socket.h
b/include/asm-mips/socket.h
index
36ebe4e
..
9594568
100644
(file)
--- a/
include/asm-mips/socket.h
+++ b/
include/asm-mips/socket.h
@@
-70,6
+70,8
@@
To add: #define SO_REUSEPORT 0x0200 /* Allow local address and port reuse. */
#define SO_SNDBUFFORCE 31
#define SO_RCVBUFFORCE 33
#define SO_PASSSEC 34
+#define SO_TIMESTAMPNS 35
+#define SCM_TIMESTAMPNS SO_TIMESTAMPNS
#ifdef __KERNEL__