Skip to content

Commit

Permalink
Add SOCK_DCCP definition for MIPS also.
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Oct 29, 2005
1 parent e972883 commit bab056a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/asm-mips/socket.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ enum sock_type {
SOCK_RAW = 3,
SOCK_RDM = 4,
SOCK_SEQPACKET = 5,
SOCK_DCCP = 6,
SOCK_PACKET = 10,
};

Expand Down

0 comments on commit bab056a

Please sign in to comment.