diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2007-01-11 22:54:46 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2007-01-11 22:54:46 +0000 |
| commit | 201f78d6b90635d961fa373ecd706e3786333b7e (patch) | |
| tree | c8937d0d96aa193878973d98a3a5240f9232ad5a /usr.bin/c99 | |
| parent | 99e934d3327f7c05890356105bbe793570b22829 (diff) | |
Diffstat (limited to 'usr.bin/c99')
| -rw-r--r-- | usr.bin/c99/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/c99/c99.1 | 2 | ||||
| -rw-r--r-- | usr.bin/c99/c99.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/c99/Makefile b/usr.bin/c99/Makefile index 580065ff15c6..99921ef4ab78 100644 --- a/usr.bin/c99/Makefile +++ b/usr.bin/c99/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/c99/Makefile,v 1.1 2002/10/07 09:37:55 tjr Exp $ PROG= c99 diff --git a/usr.bin/c99/c99.1 b/usr.bin/c99/c99.1 index 615d27703e6b..74433b934288 100644 --- a/usr.bin/c99/c99.1 +++ b/usr.bin/c99/c99.1 @@ -24,7 +24,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" FreeBSD: src/usr.bin/c89/c89.1,v 1.4.2.4 2001/08/02 01:11:13 obrien Exp -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/c99/c99.1,v 1.4 2005/05/21 09:55:05 ru Exp $ .\" .Dd October 7, 2002 .Os diff --git a/usr.bin/c99/c99.c b/usr.bin/c99/c99.c index 553099f65cc1..80203c6ae0c8 100644 --- a/usr.bin/c99/c99.c +++ b/usr.bin/c99/c99.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/c99/c99.c,v 1.4 2005/05/21 09:55:05 ru Exp $"); #include <sys/types.h> |
