diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2007-05-26 17:13:32 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2007-05-26 17:13:32 +0000 |
commit | 93767ea00dd6c4564e390e060a3e251c22b1f1a5 (patch) | |
tree | fd00948ebd5818492b0552055b50e0593d6953b2 /sys/net/if_vlan.c | |
parent | 1afb44c84e02ea7b687853df5e4e93093298a295 (diff) |
one extern seems to be better than 20 for ifqmaxlen; ok krw
Diffstat (limited to 'sys/net/if_vlan.c')
-rw-r--r-- | sys/net/if_vlan.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/if_vlan.c b/sys/net/if_vlan.c index d8c4c99ccfa..89ee80f6728 100644 --- a/sys/net/if_vlan.c +++ b/sys/net/if_vlan.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_vlan.c,v 1.68 2006/05/22 23:25:15 krw Exp $ */ +/* $OpenBSD: if_vlan.c,v 1.69 2007/05/26 17:13:31 jason Exp $ */ /* * Copyright 1998 Massachusetts Institute of Technology @@ -78,7 +78,6 @@ #include <net/if_vlan_var.h> extern struct ifaddr **ifnet_addrs; -extern int ifqmaxlen; u_long vlan_tagmask; #define TAG_HASH_SIZE 32 |