summaryrefslogtreecommitdiffstats
path: root/sys/sys/pipe.h
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/sys/pipe.h
parentoops (diff)
downloadwireguard-openbsd-3e9700e6b5659014a1eb513ed0edb61494b154b4.tar.xz
wireguard-openbsd-3e9700e6b5659014a1eb513ed0edb61494b154b4.zip
gc OLD_PIPE.
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 de6f0e23ebc..3376222abb7 100644
--- a/sys/sys/pipe.h
+++ b/sys/sys/pipe.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pipe.h,v 1.5 2001/05/14 10:51:25 art Exp $ */
+/* $OpenBSD: pipe.h,v 1.6 2001/05/14 13:43:52 art Exp $ */
/*
* Copyright (c) 1996 John S. Dyson
@@ -24,8 +24,6 @@
#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 */
@@ -90,6 +88,4 @@ struct pipe {
int pipe_stat __P((struct file *fp, struct stat *ub, struct proc *p));
#endif /* _KERNEL */
-#endif /* !OLD_PIPE */
-
#endif /* !_SYS_PIPE_H_ */