projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e972883
)
Add SOCK_DCCP definition for MIPS also.
author
Ralf Baechle
<ralf@linux-mips.org>
Tue, 20 Sep 2005 13:43:51 +0000
(13:43 +0000)
committer
Ralf Baechle
<ralf@linux-mips.org>
Sat, 29 Oct 2005 18:32:26 +0000
(19:32 +0100)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
include/asm-mips/socket.h
patch
|
blob
|
history
diff --git
a/include/asm-mips/socket.h
b/include/asm-mips/socket.h
index
518aeae
..
0bb31e5
100644
(file)
--- a/
include/asm-mips/socket.h
+++ b/
include/asm-mips/socket.h
@@
-92,6
+92,7
@@
enum sock_type {
SOCK_RAW = 3,
SOCK_RDM = 4,
SOCK_SEQPACKET = 5,
+ SOCK_DCCP = 6,
SOCK_PACKET = 10,
};