summaryrefslogtreecommitdiffstats
path: root/sys/kern/sys_pipe.c
diff options
context:
space:
mode:
authorart <art@openbsd.org>2001-05-14 13:43:52 +0000
committerart <art@openbsd.org>2001-05-14 13:43:52 +0000
commit3e9700e6b5659014a1eb513ed0edb61494b154b4 (patch)
treed424b2e6932b4246b536035211cb836d5c14b344 /sys/kern/sys_pipe.c
parentoops (diff)
downloadwireguard-openbsd-3e9700e6b5659014a1eb513ed0edb61494b154b4.tar.xz
wireguard-openbsd-3e9700e6b5659014a1eb513ed0edb61494b154b4.zip
gc OLD_PIPE.
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 3509fe89246..6817df31121 100644
--- a/sys/kern/sys_pipe.c
+++ b/sys/kern/sys_pipe.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sys_pipe.c,v 1.29 2001/05/14 12:38:47 art Exp $ */
+/* $OpenBSD: sys_pipe.c,v 1.30 2001/05/14 13:43:53 art Exp $ */
/*
* Copyright (c) 1996 John S. Dyson
@@ -19,8 +19,6 @@
* are met.
*/
-#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
@@ -760,7 +758,6 @@ pipeclose(cpipe)
free(cpipe, M_PIPE);
}
}
-#endif
int
pipe_kqfilter(struct file *fp, struct knote *kn)