diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-mips/socket.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-mips/socket.h b/include/asm-mips/socket.h index 518aeae859bc..0bb31e5aaca6 100644 --- a/include/asm-mips/socket.h +++ b/include/asm-mips/socket.h | |||
@@ -92,6 +92,7 @@ enum sock_type { | |||
92 | SOCK_RAW = 3, | 92 | SOCK_RAW = 3, |
93 | SOCK_RDM = 4, | 93 | SOCK_RDM = 4, |
94 | SOCK_SEQPACKET = 5, | 94 | SOCK_SEQPACKET = 5, |
95 | SOCK_DCCP = 6, | ||
95 | SOCK_PACKET = 10, | 96 | SOCK_PACKET = 10, |
96 | }; | 97 | }; |
97 | 98 | ||