summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordlg <dlg@openbsd.org>2014-09-08 00:05:22 +0000
committerdlg <dlg@openbsd.org>2014-09-08 00:05:22 +0000
commit98e302d1013743fd154fc651f72d6db610273eba (patch)
tree0bd358baa376b52ea8f4b6a59e112407fb4bc467
parentdeprecate the use of the PR_PHINPAGE flag by replacing it with a test (diff)
downloadwireguard-openbsd-98e302d1013743fd154fc651f72d6db610273eba.tar.xz
wireguard-openbsd-98e302d1013743fd154fc651f72d6db610273eba.zip
the PR_LOGGING flag is unused, so im cleaning it up
-rw-r--r--sys/sys/pool.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/sys/pool.h b/sys/sys/pool.h
index 20129a19b27..f0773c11305 100644
--- a/sys/sys/pool.h
+++ b/sys/sys/pool.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pool.h,v 1.50 2014/09/08 00:00:05 dlg Exp $ */
+/* $OpenBSD: pool.h,v 1.51 2014/09/08 00:05:22 dlg Exp $ */
/* $NetBSD: pool.h,v 1.27 2001/06/06 22:00:17 rafal Exp $ */
/*-
@@ -119,7 +119,6 @@ struct pool {
#define PR_LIMITFAIL 0x0004 /* M_CANFAIL */
#define PR_ZERO 0x0008 /* M_ZERO */
#define PR_WANTED 0x0100
-#define PR_LOGGING 0x0400
#define PR_DEBUG 0x0800
#define PR_DEBUGCHK 0x1000