diff options
author | bde <bde@FreeBSD.org> | 1996-07-12 05:44:30 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1996-07-12 05:44:30 +0000 |
commit | 8d1b1147d1a41d3800b90e3712dda5d028cef22c (patch) | |
tree | 0bb78fac80177a9567c54bbfedf13e10dfc19f13 | |
parent | 351ef7849f80824a8aa2dd9f2b2eef4ec0741ac4 (diff) | |
download | FreeBSD-src-8d1b1147d1a41d3800b90e3712dda5d028cef22c.zip FreeBSD-src-8d1b1147d1a41d3800b90e3712dda5d028cef22c.tar.gz |
Removed obsolete definition of PIPE_NBIO.
-rw-r--r-- | sys/sys/pipe.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/sys/pipe.h b/sys/sys/pipe.h index 1817784..a7e83ff 100644 --- a/sys/sys/pipe.h +++ b/sys/sys/pipe.h @@ -18,7 +18,7 @@ * 5. Modifications may be freely made to this file if the above conditions * are met. * - * $Id: pipe.h,v 1.3 1996/02/04 19:56:14 dyson Exp $ + * $Id: pipe.h,v 1.4 1996/05/01 04:18:20 bde Exp $ */ #ifndef _SYS_PIPE_H_ @@ -78,7 +78,6 @@ struct pipemapping { /* * Bits in pipe_state. */ -#define PIPE_NBIO 0x001 /* Non-blocking I/O. */ #define PIPE_ASYNC 0x004 /* Async? I/O. */ #define PIPE_WANTR 0x008 /* Reader wants some characters. */ #define PIPE_WANTW 0x010 /* Writer wants space to put characters. */ |