diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2011-07-03 23:05:36 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2011-07-03 23:05:36 +0000 |
commit | cfa3212f8a38c0cb88d4c2622fe330e02e275d41 (patch) | |
tree | 43b05bd5fdc328a9bf5b6d75e94f3ee24cc74015 | |
parent | 030a65d9b109e55e54f45e9141413f41c66ba668 (diff) |
no traces of ALTQ_DECL to be found anywhere, thus kill the #defines
-rw-r--r-- | sys/net/if.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/net/if.h b/sys/net/if.h index 56e314c2971..c15c3dc3f8e 100644 --- a/sys/net/if.h +++ b/sys/net/if.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if.h,v 1.123 2011/07/03 17:41:50 claudio Exp $ */ +/* $OpenBSD: if.h,v 1.124 2011/07/03 23:05:35 henning Exp $ */ /* $NetBSD: if.h,v 1.23 1996/05/07 02:40:27 thorpej Exp $ */ /* @@ -683,7 +683,6 @@ do { \ } while (/* CONSTCOND */0) #ifdef ALTQ -#define ALTQ_DECL(x) x #define IFQ_ENQUEUE(ifq, m, pattr, err) \ do { \ @@ -747,7 +746,6 @@ do { \ } while (/* CONSTCOND */0) #else /* !ALTQ */ -#define ALTQ_DECL(x) /* nothing */ #define IFQ_ENQUEUE(ifq, m, pattr, err) \ do { \ |