aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1996-07-12 05:44:30 +0000
committerBruce Evans <bde@FreeBSD.org>1996-07-12 05:44:30 +0000
commit8d00dd680c7faef6d5dd2184c2ffa45e34198211 (patch)
tree0bb78fac80177a9567c54bbfedf13e10dfc19f13 /sys
parentec275eb27f66a86f4c47d288ddc37986a6bfec50 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/pipe.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/sys/pipe.h b/sys/sys/pipe.h
index 1817784a95623..a7e83ff4c8bd5 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. */