summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2013-03-22 15:50:17 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2013-03-22 15:50:17 +0000
commit833bed7575853006ef1fa25f8b1e698b94c918dc (patch)
tree79a5d03949334b0a29495867ef83667da813390a
parentb4b4dc0497844b6a9b37f75c5d40f9a999e3d613 (diff)
This has no reason to pull in machine/param.h
ok guenther
-rw-r--r--sys/sys/pipe.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/sys/pipe.h b/sys/sys/pipe.h
index 3d761ad4143..f6d818f1e00 100644
--- a/sys/sys/pipe.h
+++ b/sys/sys/pipe.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pipe.h,v 1.13 2005/11/21 18:16:46 millert Exp $ */
+/* $OpenBSD: pipe.h,v 1.14 2013/03/22 15:50:16 deraadt Exp $ */
/*
* Copyright (c) 1996 John S. Dyson
@@ -28,7 +28,6 @@
#include <sys/time.h> /* for struct timeval */
#include <sys/selinfo.h> /* for struct selinfo */
#include <uvm/uvm_extern.h> /* for vm_page_t */
-#include <machine/param.h> /* for PAGE_SIZE */
#endif /* _KERNEL */
/*