From 20e1cd1aca0aa21f4ebbad35705bebc37dce13f4 Mon Sep 17 00:00:00 2001 From: martynas Date: Fri, 25 Jul 2008 17:43:44 +0000 Subject: [PATCH] don't redefine INFINITY -- math.h defines it now pointed out by, and ok david@, go ahead henning@ --- sbin/pfctl/pfctl_altq.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sbin/pfctl/pfctl_altq.c b/sbin/pfctl/pfctl_altq.c index d1a46609ccb..0a174e5f46b 100644 --- a/sbin/pfctl/pfctl_altq.c +++ b/sbin/pfctl/pfctl_altq.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pfctl_altq.c,v 1.93 2007/10/15 02:16:35 deraadt Exp $ */ +/* $OpenBSD: pfctl_altq.c,v 1.94 2008/07/25 17:43:44 martynas Exp $ */ /* * Copyright (c) 2002 @@ -875,7 +875,6 @@ print_hfsc_opts(const struct pf_altq *a, const struct node_queue_opt *qopts) /* * admission control using generalized service curve */ -#define INFINITY HUGE_VAL /* positive infinity defined in */ /* add a new service curve to a generalized service curve */ static void -- 2.20.1