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/netbt | |
parent | 1afb44c84e02ea7b687853df5e4e93093298a295 (diff) |
one extern seems to be better than 20 for ifqmaxlen; ok krw
Diffstat (limited to 'sys/netbt')
-rw-r--r-- | sys/netbt/hci_raw.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netbt/hci_raw.c b/sys/netbt/hci_raw.c index 0feb03763a5..2f3e52b1681 100644 --- a/sys/netbt/hci_raw.c +++ b/sys/netbt/hci_raw.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hci_raw.c,v 1.4 2006/03/04 22:40:16 brad Exp $ */ +/* $OpenBSD: hci_raw.c,v 1.5 2007/05/26 17:13:31 jason Exp $ */ /* * ng_btsocket_hci_raw.c @@ -105,7 +105,6 @@ static struct ng_type typestruct = { #endif /* Globals */ -extern int ifqmaxlen; static u_int32_t ng_btsocket_hci_raw_debug_level; static u_int32_t ng_btsocket_hci_raw_ioctl_timeout; #if 0 |