From 9f7b135e5329c56f844a7148d71eeb7908497dcc Mon Sep 17 00:00:00 2001 From: jdolecek Date: Mon, 2 Jul 2001 20:44:17 +0000 Subject: [PATCH] g/c PIPE_MOREW --- sys/sys/pipe.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sys/sys/pipe.h b/sys/sys/pipe.h index 4b8bca9bd3a0..5fdca3a7cb3c 100644 --- a/sys/sys/pipe.h +++ b/sys/sys/pipe.h @@ -118,10 +118,6 @@ struct pipemapping { #define PIPE_DIRECTW 0x400 /* Pipe direct write active. */ #define PIPE_SIGNALR 0x800 /* Do selwakeup() on read(2) */ -#ifdef __NetBSD__ -#define PIPE_MOREW 0x2000 /* Writer has more data to write. */ -#endif - /* * Per-pipe data structure. * Two of these are linked together to produce bi-directional pipes.