diff --git a/[refs] b/[refs] index b6371c24da92..9a9417ceea1e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e97288386a316e3960b758a60ae7cd17b3ee10e7 +refs/heads/master: bab056aafe428b326f7ee72db453c3b8947c7339 diff --git a/trunk/include/asm-mips/socket.h b/trunk/include/asm-mips/socket.h index 518aeae859bc..0bb31e5aaca6 100644 --- a/trunk/include/asm-mips/socket.h +++ b/trunk/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, };