diff options
author | Michael Knudsen <mk@cvs.openbsd.org> | 2007-07-23 22:42:28 +0000 |
---|---|---|
committer | Michael Knudsen <mk@cvs.openbsd.org> | 2007-07-23 22:42:28 +0000 |
commit | 4a159e5c7a478b8fe21ecef449a14efd559b8761 (patch) | |
tree | 67a42f7405efb1b7fbd79a11ba36d7e9caf19001 /sys/dev/bluetooth | |
parent | 503f0c1c94b89bbcd1cbc452d884803acc40cabd (diff) |
This shouldn't be needs-count -- especially because it breaks config.
Revert it to needs-flag.
Noticed by xsa.
Diffstat (limited to 'sys/dev/bluetooth')
-rw-r--r-- | sys/dev/bluetooth/files.bluetooth | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/bluetooth/files.bluetooth b/sys/dev/bluetooth/files.bluetooth index dac9bdb33b9..e32ab21f4ae 100644 --- a/sys/dev/bluetooth/files.bluetooth +++ b/sys/dev/bluetooth/files.bluetooth @@ -1,8 +1,8 @@ -# $OpenBSD: files.bluetooth,v 1.3 2007/07/23 16:54:51 mk Exp $ +# $OpenBSD: files.bluetooth,v 1.4 2007/07/23 22:42:27 mk Exp $ # # Config file and device description for machine-independent Bluetooth code. # Included by ports that support Bluetooth host controllers. device bthub {} attach bthub at btbus -file dev/bluetooth/bthub.c bthub needs-count +file dev/bluetooth/bthub.c bthub needs-flag |