Add SOCK_DCCP definition for MIPS also.
authorRalf Baechle <ralf@linux-mips.org>
Tue, 20 Sep 2005 13:43:51 +0000 (13:43 +0000)
committerRalf 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

index 518aeae859bc927baa7f456278a30fe23ad71380..0bb31e5aaca6a23f93ffcf7aaa02ae41118e6be5 100644 (file)
@@ -92,6 +92,7 @@ enum sock_type {
        SOCK_RAW        = 3,
        SOCK_RDM        = 4,
        SOCK_SEQPACKET  = 5,
+       SOCK_DCCP       = 6,
        SOCK_PACKET     = 10,
 };
 
This page took 0.026086 seconds and 5 git commands to generate.