diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 05:45:17 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 05:45:17 +0000 |
| commit | a9c219fa3cec18ef9f30edec6fa106bf0e2d423d (patch) | |
| tree | 50188ea5c781ddc35338e77f24e94f1aa22aae1c /lib/libgpib | |
| parent | ba209d619d07461cc752dcdd596ab0d9b50e847a (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvs
'RELENG_7_0_0_RELEASE'.
This commit was manufactured to restore the state of the 7.0-RELEASE image.
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..352a2a615756 100644 --- a/lib/libgpib/Makefile +++ b/lib/libgpib/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/lib/libgpib/Makefile,v 1.6 2007/05/21 02:49:04 deischen Exp $ LIB= gpib SHLIB_MAJOR= 2 diff --git a/lib/libgpib/gpib.h b/lib/libgpib/gpib.h index d3144b527665..7e8a119a89dd 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 2005/02/12 21:07:09 phk Exp $ */ #include <dev/ieee488/ugpib.h> diff --git a/lib/libgpib/ibfoo.c b/lib/libgpib/ibfoo.c index e88563a6a3cf..1ceb35cd6ad6 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 2005/02/13 06:21:36 scottl Exp $ */ #include <stdio.h> |
