diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2010-03-21 01:30:13 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2010-03-21 01:30:13 +0000 |
| commit | 9c4d1c1956ecb0a222fb2f4579c320391fb67f06 (patch) | |
| tree | a9ac9b0e0ce25e6b0acc0f247dc4572d56ecc496 /lib/libgpib | |
| parent | 1c808b47a2787a3a6a6ee0ca2fffb39b8e17a29a (diff) | |
Diffstat (limited to 'lib/libgpib')
| -rw-r--r-- | lib/libgpib/Makefile | 2 | ||||
| -rw-r--r-- | lib/libgpib/gpib.h | 2 | ||||
| -rw-r--r-- | lib/libgpib/ibfoo.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/libgpib/Makefile b/lib/libgpib/Makefile index 7e53df9ce4cb..3bed4deb122e 100644 --- a/lib/libgpib/Makefile +++ b/lib/libgpib/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/lib/libgpib/Makefile,v 1.6.10.1 2010/02/10 00:26:20 kensmith Exp $ LIB= gpib SHLIB_MAJOR= 2 diff --git a/lib/libgpib/gpib.h b/lib/libgpib/gpib.h index d3144b527665..8346d4c4d7e5 100644 --- a/lib/libgpib/gpib.h +++ b/lib/libgpib/gpib.h @@ -25,7 +25,7 @@ * * This file merely redirects to the file in <dev/ieee488/ugpib.h> * - * $FreeBSD$ + * $FreeBSD: src/lib/libgpib/gpib.h,v 1.2.26.1 2010/02/10 00:26:20 kensmith Exp $ */ #include <dev/ieee488/ugpib.h> diff --git a/lib/libgpib/ibfoo.c b/lib/libgpib/ibfoo.c index e88563a6a3cf..6daefa2ef3ef 100644 --- a/lib/libgpib/ibfoo.c +++ b/lib/libgpib/ibfoo.c @@ -25,7 +25,7 @@ * * This file merely redirects to the file in <dev/ieee488/ugpib.h> * - * $FreeBSD$ + * $FreeBSD: src/lib/libgpib/ibfoo.c,v 1.6.26.1 2010/02/10 00:26:20 kensmith Exp $ */ #include <stdio.h> |
