From: deraadt Date: Mon, 19 Jan 2015 23:52:02 +0000 (+0000) Subject: DEFAULT_PRIORITY and DEFAULT_QLIMIT no longer used X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=9a3a963857129413ef4a7a3bfc5678c62e2c281d;p=openbsd DEFAULT_PRIORITY and DEFAULT_QLIMIT no longer used --- 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 */