diff options
author | Ken Smith <kensmith@FreeBSD.org> | 2009-05-01 02:51:58 +0000 |
---|---|---|
committer | Ken Smith <kensmith@FreeBSD.org> | 2009-05-01 02:51:58 +0000 |
commit | b205d83df7763ca1f099bce5ac12a05862a626c4 (patch) | |
tree | f30d11bce592433d73cbb079c6db2d3428a52cf5 /lib/libbluetooth | |
parent | 54055718ff5134ddd61afc4c5f01440022040a06 (diff) |
Copy releng/7.2 to release/7.2.0 for FreeBSD 7.2-RELEASE.release/7.2.0_cvs
Approved by: re (implicit)
This commit was manufactured to restore the state of the 7.2-RELEASE image.
Diffstat (limited to 'lib/libbluetooth')
-rw-r--r-- | lib/libbluetooth/Makefile | 2 | ||||
-rw-r--r-- | lib/libbluetooth/bluetooth.3 | 2 | ||||
-rw-r--r-- | lib/libbluetooth/bluetooth.c | 2 | ||||
-rw-r--r-- | lib/libbluetooth/bluetooth.h | 2 | ||||
-rw-r--r-- | lib/libbluetooth/dev.c | 2 | ||||
-rw-r--r-- | lib/libbluetooth/hci.c | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/lib/libbluetooth/Makefile b/lib/libbluetooth/Makefile index b64fbb4aca4b..df8f925576a4 100644 --- a/lib/libbluetooth/Makefile +++ b/lib/libbluetooth/Makefile @@ -1,5 +1,5 @@ # $Id: Makefile,v 1.5 2003/07/22 18:38:04 max Exp $ -# $FreeBSD$ +# $FreeBSD: src/lib/libbluetooth/Makefile,v 1.3.2.2.2.1 2009/04/15 03:14:26 kensmith Exp $ LIB= bluetooth MAN= bluetooth.3 diff --git a/lib/libbluetooth/bluetooth.3 b/lib/libbluetooth/bluetooth.3 index 61fa1e42871f..1ff596ead08a 100644 --- a/lib/libbluetooth/bluetooth.3 +++ b/lib/libbluetooth/bluetooth.3 @@ -23,7 +23,7 @@ .\" SUCH DAMAGE. .\" .\" $Id: bluetooth.3,v 1.5 2003/05/20 23:04:30 max Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libbluetooth/bluetooth.3,v 1.7.10.2.2.1 2009/04/15 03:14:26 kensmith Exp $ .\" .Dd February 13, 2009 .Dt BLUETOOTH 3 diff --git a/lib/libbluetooth/bluetooth.c b/lib/libbluetooth/bluetooth.c index 23b7df0da970..c85dd6a46725 100644 --- a/lib/libbluetooth/bluetooth.c +++ b/lib/libbluetooth/bluetooth.c @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * $Id: bluetooth.c,v 1.3 2003/05/20 23:04:30 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/lib/libbluetooth/bluetooth.c,v 1.2.18.1.2.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <bluetooth.h> diff --git a/lib/libbluetooth/bluetooth.h b/lib/libbluetooth/bluetooth.h index d481d059b330..964db5eee608 100644 --- a/lib/libbluetooth/bluetooth.h +++ b/lib/libbluetooth/bluetooth.h @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * $Id: bluetooth.h,v 1.5 2003/09/14 23:28:42 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/lib/libbluetooth/bluetooth.h,v 1.2.10.2.2.1 2009/04/15 03:14:26 kensmith Exp $ */ #ifndef _BLUETOOTH_H_ diff --git a/lib/libbluetooth/dev.c b/lib/libbluetooth/dev.c index 1f9e745dd46a..1ccee664037c 100644 --- a/lib/libbluetooth/dev.c +++ b/lib/libbluetooth/dev.c @@ -27,7 +27,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/lib/libbluetooth/dev.c,v 1.1.2.1.2.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <bluetooth.h> diff --git a/lib/libbluetooth/hci.c b/lib/libbluetooth/hci.c index b6ae10b08e6d..8210e454b7dd 100644 --- a/lib/libbluetooth/hci.c +++ b/lib/libbluetooth/hci.c @@ -27,7 +27,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/lib/libbluetooth/hci.c,v 1.1.2.1.2.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <bluetooth.h> |