summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2013-03-22 15:50:16 +0000
committerderaadt <deraadt@openbsd.org>2013-03-22 15:50:16 +0000
commit0fe6e685670eb7bc05f21ebad602f862ba738dd0 (patch)
tree2fde77304bfce1bec05379a2c40316b8b62863f8
parentload_cfg can actually use the same context now they are reference counted. (diff)
downloadwireguard-openbsd-0fe6e685670eb7bc05f21ebad602f862ba738dd0.tar.xz
wireguard-openbsd-0fe6e685670eb7bc05f21ebad602f862ba738dd0.zip
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 */
/*