X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/blobdiff_plain/651eeb0740b1a1f4da39f6a90b4f740c05085165..e2c70b77729d9057309bc70446be09ef30486ec9:/sys/sys/socket.h diff --git a/sys/sys/socket.h b/sys/sys/socket.h index a41c30d644..a346a63f78 100644 --- a/sys/sys/socket.h +++ b/sys/sys/socket.h @@ -32,7 +32,6 @@ * * @(#)socket.h 8.4 (Berkeley) 2/21/94 * $FreeBSD: src/sys/sys/socket.h,v 1.39.2.7 2001/07/03 11:02:01 ume Exp $ - * $DragonFly: src/sys/sys/socket.h,v 1.23 2008/11/10 18:16:51 dillon Exp $ */ #ifndef _SYS_SOCKET_H_ @@ -362,6 +361,7 @@ struct msghdr { #define MSG_DONTWAIT 0x00000080 /* this message should be nonblocking */ #define MSG_EOF 0x00000100 /* data completes connection */ #define MSG_NOTIFICATION 0x00000200 /* notification message */ +#define MSG_NOSIGNAL 0x00000400 /* No SIGPIPE to unconnected socket stream */ /* * These override FIONBIO. MSG_FNONBLOCKING is functionally equivalent to