diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-04-09 16:53:45 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-04-09 16:53:45 +0000 |
| commit | 9dd8309d5672b17d20fae1fcd919fd67c779fc09 (patch) | |
| tree | d9673ded66d94e10e87c41b603d4a7ed3cfaf544 /sys/kern/sys_pipe.c | |
| parent | 71426610ffd00e16715c02d1a9ae8fee5a1fc8e2 (diff) | |
Notes
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 5beac60651da..53e134542b56 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 |
