summaryrefslogtreecommitdiffstats
path: root/sys/kern/sys_pipe.c
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/kern/sys_pipe.c
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/kern/sys_pipe.c')
-rw-r--r--sys/kern/sys_pipe.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/kern/sys_pipe.c b/sys/kern/sys_pipe.c
index 5beac60..53e1345 100644
--- a/sys/kern/sys_pipe.c
+++ b/sys/kern/sys_pipe.c
@@ -16,11 +16,9 @@
* 4. Modifications may be freely made to this file if the above conditions
* are met.
*
- * $Id: sys_pipe.c,v 1.26 1997/03/23 03:36:24 bde Exp $
+ * $Id: sys_pipe.c,v 1.27 1997/03/24 11:52:26 bde Exp $
*/
-#ifndef OLD_PIPE
-
/*
* This file contains a high-performance replacement for the socket-based
* pipes scheme originally used in FreeBSD/4.4Lite. It does not support
@@ -1104,4 +1102,3 @@ pipeclose(cpipe)
free(cpipe, M_TEMP);
}
}
-#endif
OpenPOWER on IntegriCloud