diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2006-05-23 04:09:12 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2006-05-23 04:09:12 +0000 |
commit | 8bf7295cd17b8415c40bde11aa8f5bbbd597e5d6 (patch) | |
tree | 81a52679e3e7f6958a04688cb683eaf21a140f5c /usr.bin/file2c | |
parent | de7242811fa5d383ece9325e6864e857b2997f20 (diff) |
Diffstat (limited to 'usr.bin/file2c')
-rw-r--r-- | usr.bin/file2c/Makefile | 2 | ||||
-rw-r--r-- | usr.bin/file2c/file2c.1 | 2 | ||||
-rw-r--r-- | usr.bin/file2c/file2c.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/file2c/Makefile b/usr.bin/file2c/Makefile index e88a3bc346e5b..dd462396f7c64 100644 --- a/usr.bin/file2c/Makefile +++ b/usr.bin/file2c/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/file2c/Makefile,v 1.7 2002/02/08 22:31:39 markm Exp $ PROG= file2c diff --git a/usr.bin/file2c/file2c.1 b/usr.bin/file2c/file2c.1 index e77bdfd9b7d4d..7fc44ce070f8e 100644 --- a/usr.bin/file2c/file2c.1 +++ b/usr.bin/file2c/file2c.1 @@ -5,7 +5,7 @@ .\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp .\" --------------------------------------------------------------------------- .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/file2c/file2c.1,v 1.10 2001/08/13 16:32:56 ru Exp $ .\" .Dd January 28, 1995 .Dt FILE2C 1 diff --git a/usr.bin/file2c/file2c.c b/usr.bin/file2c/file2c.c index 4338c45681e79..c8f0815380123 100644 --- a/usr.bin/file2c/file2c.c +++ b/usr.bin/file2c/file2c.c @@ -8,7 +8,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/file2c/file2c.c,v 1.7 2002/06/30 05:21:18 obrien Exp $"); #include <stdio.h> |