diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-09-20 13:43:51 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 19:32:26 +0100 |
commit | bab056aafe428b326f7ee72db453c3b8947c7339 (patch) | |
tree | aab9571a3b9e382168ae282d4c7c7d863fb82db3 | |
parent | e97288386a316e3960b758a60ae7cd17b3ee10e7 (diff) | |
download | linux-3.10-bab056aafe428b326f7ee72db453c3b8947c7339.tar.gz linux-3.10-bab056aafe428b326f7ee72db453c3b8947c7339.tar.bz2 linux-3.10-bab056aafe428b326f7ee72db453c3b8947c7339.zip |
Add SOCK_DCCP definition for MIPS also.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-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 518aeae859b..0bb31e5aaca 100644 --- 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, }; |