From 7fee5f96063ffd55ba67a87a795222c30364e25f Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Sun, 5 Aug 2012 14:23:40 -0400 Subject: fix socket.h on mips why does mips have to be gratuitously incompatible in every possible imaginable way? --- arch/mips/bits/socket.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'arch') diff --git a/arch/mips/bits/socket.h b/arch/mips/bits/socket.h index 36febbc2..3715ddd6 100644 --- a/arch/mips/bits/socket.h +++ b/arch/mips/bits/socket.h @@ -15,3 +15,6 @@ struct cmsghdr int cmsg_level; int cmsg_type; }; + +#define SOCK_STREAM 2 +#define SOCK_DGRAM 1 -- cgit v1.2.1