aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/pipe.h
diff options
context:
space:
mode:
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 3b75819872c9..82e7b5c09ec4 100644
--- a/sys/sys/pipe.h
+++ b/sys/sys/pipe.h
@@ -18,14 +18,12 @@
* 5. Modifications may be freely made to this file if the above conditions
* are met.
*
- * $Id$
+ * $Id: pipe.h,v 1.8 1997/02/22 09:45:40 peter Exp $
*/
#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 */
@@ -114,6 +112,4 @@ struct pipe {
int pipe_stat __P((struct pipe *pipe, struct stat *ub));
#endif
-#endif /* !OLD_PIPE */
-
#endif /* !_SYS_PIPE_H_ */