]> Zhao Yanbai Git Server - minix.git/commitdiff
define MSG_*
authorBen Gras <ben@minix3.org>
Thu, 1 Sep 2011 13:03:15 +0000 (13:03 +0000)
committerBen Gras <ben@minix3.org>
Thu, 1 Sep 2011 13:03:15 +0000 (13:03 +0000)
. these are not actually supported at runtime
. will allow packages to compile easier, and still work
  in some cases (e.g. glib2)

nbsd_include/sys/socket.h

index a8628cdef6f98b19d3622d59063ec79bc0223111..24b9d45259607f6f08c5dd72cac46dc68b524ae9 100644 (file)
@@ -298,4 +298,9 @@ int socket(int, int, int);
 int    socketpair(int, int, int, int *);
 __END_DECLS
 
+#define MSG_OOB         0x0001  /* process out-of-band data */
+#define MSG_PEEK        0x0002  /* peek at incoming message */
+#define MSG_DONTROUTE   0x0004  /* send without using routing tables */
+#define MSG_EOR         0x0008         /* complete record */
+
 #endif /* !_SYS_SOCKET_H_ */