Commit bab056aa authored by Ralf Baechle's avatar Ralf Baechle

Add SOCK_DCCP definition for MIPS also.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent e9728838
......@@ -92,6 +92,7 @@ enum sock_type {
SOCK_RAW = 3,
SOCK_RDM = 4,
SOCK_SEQPACKET = 5,
SOCK_DCCP = 6,
SOCK_PACKET = 10,
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment