diff options
Diffstat (limited to 'sys/kern/sys_pipe.c')
-rw-r--r-- | sys/kern/sys_pipe.c | 5 |
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 |