diff options
author | Ken Smith <kensmith@FreeBSD.org> | 2008-11-26 01:09:48 +0000 |
---|---|---|
committer | Ken Smith <kensmith@FreeBSD.org> | 2008-11-26 01:09:48 +0000 |
commit | a93332491e10c1a23a9fd2f11ccbdba33d72d850 (patch) | |
tree | 1467effda708ab3ab6426f7cb6bd2d8d4fa29ab8 /lib/libsdp | |
parent | d2d8199ea25041ce5507c36316475bb4331b66ed (diff) |
Diffstat (limited to 'lib/libsdp')
-rw-r--r-- | lib/libsdp/Makefile | 2 | ||||
-rw-r--r-- | lib/libsdp/sdp-int.h | 2 | ||||
-rw-r--r-- | lib/libsdp/sdp.3 | 2 | ||||
-rw-r--r-- | lib/libsdp/sdp.h | 2 | ||||
-rw-r--r-- | lib/libsdp/search.c | 2 | ||||
-rw-r--r-- | lib/libsdp/service.c | 2 | ||||
-rw-r--r-- | lib/libsdp/session.c | 2 | ||||
-rw-r--r-- | lib/libsdp/util.c | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/lib/libsdp/Makefile b/lib/libsdp/Makefile index bf71fe3e9a935..835e9f8b34eaf 100644 --- a/lib/libsdp/Makefile +++ b/lib/libsdp/Makefile @@ -1,5 +1,5 @@ # $Id: Makefile,v 1.2 2003/09/07 20:34:19 max Exp $ -# $FreeBSD$ +# $FreeBSD: src/lib/libsdp/Makefile,v 1.3.8.1.10.1 2008/10/02 02:57:24 kensmith Exp $ LIB= sdp MAN= sdp.3 diff --git a/lib/libsdp/sdp-int.h b/lib/libsdp/sdp-int.h index d8a064d1e382d..229fc2a5a6bdb 100644 --- a/lib/libsdp/sdp-int.h +++ b/lib/libsdp/sdp-int.h @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: sdp-int.h,v 1.1 2003/09/01 23:01:07 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/lib/libsdp/sdp-int.h,v 1.2.24.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef _SDP_INT_H_ diff --git a/lib/libsdp/sdp.3 b/lib/libsdp/sdp.3 index c51b6f9e2e60f..eaedf78be52b9 100644 --- a/lib/libsdp/sdp.3 +++ b/lib/libsdp/sdp.3 @@ -23,7 +23,7 @@ .\" SUCH DAMAGE. .\" .\" $Id: sdp.3,v 1.1 2003/09/07 20:34:19 max Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libsdp/sdp.3,v 1.10.16.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd May 27, 2005 .Dt SDP 3 diff --git a/lib/libsdp/sdp.h b/lib/libsdp/sdp.h index acb074a7bb049..241a1f6145802 100644 --- a/lib/libsdp/sdp.h +++ b/lib/libsdp/sdp.h @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: sdp.h,v 1.3 2003/09/05 00:33:59 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/lib/libsdp/sdp.h,v 1.5.2.4.2.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef _SDP_H_ diff --git a/lib/libsdp/search.c b/lib/libsdp/search.c index 868fbe562ffeb..79023774ae3ae 100644 --- a/lib/libsdp/search.c +++ b/lib/libsdp/search.c @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: search.c,v 1.2 2003/09/04 22:12:13 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/lib/libsdp/search.c,v 1.7.2.1.4.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <sys/uio.h> diff --git a/lib/libsdp/service.c b/lib/libsdp/service.c index 2667966c78228..becf936b97caf 100644 --- a/lib/libsdp/service.c +++ b/lib/libsdp/service.c @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: service.c,v 1.1 2004/01/13 19:32:36 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/lib/libsdp/service.c,v 1.1.24.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <sys/uio.h> diff --git a/lib/libsdp/session.c b/lib/libsdp/session.c index a31f3278dc0fa..dfabc0ce910b1 100644 --- a/lib/libsdp/session.c +++ b/lib/libsdp/session.c @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: session.c,v 1.2 2003/09/04 22:12:13 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/lib/libsdp/session.c,v 1.3.24.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <bluetooth.h> diff --git a/lib/libsdp/util.c b/lib/libsdp/util.c index b996bd22160dc..27df7ec717bbd 100644 --- a/lib/libsdp/util.c +++ b/lib/libsdp/util.c @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: util.c,v 1.5 2003/09/08 02:29:35 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/lib/libsdp/util.c,v 1.5.2.2.6.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <netinet/in.h> |