projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[ARM] 4653/1: pxa: fix a gpio typo in mfp-pxa320.h
[linux-2.6]
/
include
/
asm-arm
/
socket.h
diff --git
a/include/asm-arm/socket.h
b/include/asm-arm/socket.h
index
3c51da6
..
65a1a64
100644
(file)
--- a/
include/asm-arm/socket.h
+++ b/
include/asm-arm/socket.h
@@
-48,5
+48,8
@@
#define SO_ACCEPTCONN 30
#define SO_PEERSEC 31
+#define SO_PASSSEC 34
+#define SO_TIMESTAMPNS 35
+#define SCM_TIMESTAMPNS SO_TIMESTAMPNS
#endif /* _ASM_SOCKET_H */