don't use the same number for SS_ISDISCONNECTED and SS_ISAPIPE.

This commit is contained in:
yamt 2007-04-15 05:24:33 +00:00
parent 69a102c0bb
commit bbf8203ac8

View File

@ -1,4 +1,4 @@
/* $NetBSD: socketvar.h,v 1.93 2007/03/04 06:03:41 christos Exp $ */
/* $NetBSD: socketvar.h,v 1.94 2007/04/15 05:24:33 yamt Exp $ */
/*-
* Copyright (c) 1982, 1986, 1990, 1993
@ -162,7 +162,7 @@ do { \
* hint from sosend to lower layer;
* more data coming
*/
#define SS_ISAPIPE 0x800 /* socket is implementing a pipe */
#define SS_ISAPIPE 0x1000 /* socket is implementing a pipe */
/*