summaryrefslogtreecommitdiffstats
path: root/sys/sys/pipe.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-04-09 16:53:45 +0000
committerbde <bde@FreeBSD.org>1997-04-09 16:53:45 +0000
commit8c5b669d734fddf7f8d8e0ab0ff8dbda2c5faafc (patch)
tree9fd31f39efcff0e9e9ccc4dcdd6d0b0adc5b5df3 /sys/sys/pipe.h
parent0317bbaa7a792ec028e75ff59bd83b28e0e18e1a (diff)
downloadFreeBSD-src-8c5b669d734fddf7f8d8e0ab0ff8dbda2c5faafc.zip
FreeBSD-src-8c5b669d734fddf7f8d8e0ab0ff8dbda2c5faafc.tar.gz
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.
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 3b75819..82e7b5c 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_ */
OpenPOWER on IntegriCloud