From 9a3a963857129413ef4a7a3bfc5678c62e2c281d Mon Sep 17 00:00:00 2001 From: deraadt Date: Mon, 19 Jan 2015 23:52:02 +0000 Subject: [PATCH] DEFAULT_PRIORITY and DEFAULT_QLIMIT no longer used --- sbin/pfctl/pfctl.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/sbin/pfctl/pfctl.h b/sbin/pfctl/pfctl.h index 39a45d3571d..38ea3f85843 100644 --- a/sbin/pfctl/pfctl.h +++ b/sbin/pfctl/pfctl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pfctl.h,v 1.52 2014/04/19 14:22:32 henning Exp $ */ +/* $OpenBSD: pfctl.h,v 1.53 2015/01/19 23:52:02 deraadt Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -83,14 +83,6 @@ void warn_namespace_collision(const char *); int pfctl_show_ifaces(const char *, int); FILE *pfctl_fopen(const char *, const char *); -#ifndef DEFAULT_PRIORITY -#define DEFAULT_PRIORITY 1 -#endif - -#ifndef DEFAULT_QLIMIT -#define DEFAULT_QLIMIT 50 -#endif - /* * generalized service curve used for admission control */ -- 2.20.1