aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/pipe.h
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1997-04-09 16:53:45 +0000
committerBruce Evans <bde@FreeBSD.org>1997-04-09 16:53:45 +0000
commit9dd8309d5672b17d20fae1fcd919fd67c779fc09 (patch)
treed9673ded66d94e10e87c41b603d4a7ed3cfaf544 /sys/sys/pipe.h
parent71426610ffd00e16715c02d1a9ae8fee5a1fc8e2 (diff)
downloadsrc-9dd8309d5672b17d20fae1fcd919fd67c779fc09.tar.gz
src-9dd8309d5672b17d20fae1fcd919fd67c779fc09.zip
Removed support for OLD_PIPE. <sys/stat.h> is now missing the hack that
supported nameless pipes being indistinguishable from fifos. We're not going back.
Notes
Notes: svn path=/head/; revision=24752
Diffstat (limited to 'sys/sys/pipe.h')
-rw-r--r--sys/sys/pipe.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/sys/pipe.h b/sys/sys/pipe.h
index 3b75819872c9..82e7b5c09ec4 100644
--- a/sys/sys/pipe.h
+++ b/sys/sys/pipe.h
@@ -18,14 +18,12 @@
* 5. Modifications may be freely made to this file if the above conditions
* are met.
*
- * $Id$
+ * $Id: pipe.h,v 1.8 1997/02/22 09:45:40 peter Exp $
*/
#ifndef _SYS_PIPE_H_
#define _SYS_PIPE_H_
-#ifndef OLD_PIPE
-
#ifndef KERNEL
#include <sys/time.h> /* for struct timeval */
#include <sys/select.h> /* for struct selinfo */
@@ -114,6 +112,4 @@ struct pipe {
int pipe_stat __P((struct pipe *pipe, struct stat *ub));
#endif
-#endif /* !OLD_PIPE */
-
#endif /* !_SYS_PIPE_H_ */