diff options
| author | christos <christos@NetBSD.org> | 2005-12-11 12:16:03 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2005-12-11 12:16:03 +0000 |
| commit | 95e1ffb15694e54f29f8baaa4232152b703c2a5a (patch) | |
| tree | d6510e195bc06092a8057e34c6442eba4e77d09a /sys/dev/bluetooth | |
| parent | 4f17ba81bcaf3f5086d88a346cbfd12506a5e3e6 (diff) | |
merge ktrace-lwp.
Diffstat (limited to 'sys/dev/bluetooth')
| -rw-r--r-- | sys/dev/bluetooth/bluetooth.c | 4 | ||||
| -rw-r--r-- | sys/dev/bluetooth/bluetooth.h | 2 | ||||
| -rw-r--r-- | sys/dev/bluetooth/bthci.c | 4 | ||||
| -rw-r--r-- | sys/dev/bluetooth/files.bluetooth | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/bluetooth/bluetooth.c b/sys/dev/bluetooth/bluetooth.c index fb7f4c9602b..9f582c65885 100644 --- a/sys/dev/bluetooth/bluetooth.c +++ b/sys/dev/bluetooth/bluetooth.c @@ -1,4 +1,4 @@ -/* $NetBSD: bluetooth.c,v 1.3 2003/07/14 15:47:03 lukem Exp $ */ +/* $NetBSD: bluetooth.c,v 1.4 2005/12/11 12:21:15 christos Exp $ */ /* * Copyright (c) 2002 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: bluetooth.c,v 1.3 2003/07/14 15:47:03 lukem Exp $"); +__KERNEL_RCSID(0, "$NetBSD: bluetooth.c,v 1.4 2005/12/11 12:21:15 christos Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/bluetooth/bluetooth.h b/sys/dev/bluetooth/bluetooth.h index 330cad05a1a..85a87c235e5 100644 --- a/sys/dev/bluetooth/bluetooth.h +++ b/sys/dev/bluetooth/bluetooth.h @@ -1,4 +1,4 @@ -/* $NetBSD: bluetooth.h,v 1.5 2004/01/04 05:47:43 dsainty Exp $ */ +/* $NetBSD: bluetooth.h,v 1.6 2005/12/11 12:21:15 christos Exp $ */ /* * Copyright (c) 2002, 2003 The NetBSD Foundation, Inc. diff --git a/sys/dev/bluetooth/bthci.c b/sys/dev/bluetooth/bthci.c index 4d149d53fac..c325058feae 100644 --- a/sys/dev/bluetooth/bthci.c +++ b/sys/dev/bluetooth/bthci.c @@ -1,4 +1,4 @@ -/* $NetBSD: bthci.c,v 1.16 2005/07/02 07:50:34 dsainty Exp $ */ +/* $NetBSD: bthci.c,v 1.17 2005/12/11 12:21:15 christos Exp $ */ /* * Copyright (c) 2002, 2003 The NetBSD Foundation, Inc. @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: bthci.c,v 1.16 2005/07/02 07:50:34 dsainty Exp $"); +__KERNEL_RCSID(0, "$NetBSD: bthci.c,v 1.17 2005/12/11 12:21:15 christos Exp $"); #include "bthcidrv.h" diff --git a/sys/dev/bluetooth/files.bluetooth b/sys/dev/bluetooth/files.bluetooth index 95b25027157..c981c8c1f71 100644 --- a/sys/dev/bluetooth/files.bluetooth +++ b/sys/dev/bluetooth/files.bluetooth @@ -1,4 +1,4 @@ -# $NetBSD: files.bluetooth,v 1.4 2004/06/22 10:37:00 soren Exp $ +# $NetBSD: files.bluetooth,v 1.5 2005/12/11 12:21:15 christos Exp $ define btbus { } |
