diff options
Diffstat (limited to 'games/random')
| -rw-r--r-- | games/random/Makefile | 2 | ||||
| -rw-r--r-- | games/random/random.6 | 2 | ||||
| -rw-r--r-- | games/random/random.c | 2 | ||||
| -rw-r--r-- | games/random/randomize_fd.c | 2 | ||||
| -rw-r--r-- | games/random/randomize_fd.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/games/random/Makefile b/games/random/Makefile index 7db5a8f8f85a..6b8fe1ee860c 100644 --- a/games/random/Makefile +++ b/games/random/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 3/31/94 -# $FreeBSD$ +# $FreeBSD: src/games/random/Makefile,v 1.5 2003/02/15 10:26:10 seanc Exp $ PROG= random MAN= random.6 diff --git a/games/random/random.6 b/games/random/random.6 index 9854b8131f27..b16908ac4dbb 100644 --- a/games/random/random.6 +++ b/games/random/random.6 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)random.6 8.2 (Berkeley) 3/31/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/games/random/random.6,v 1.7 2003/02/23 01:44:14 ru Exp $ .\" .Dd February 8, 2003 .Dt RANDOM 6 diff --git a/games/random/random.c b/games/random/random.c index e7c85bb59ac5..8ca43bfdc370 100644 --- a/games/random/random.c +++ b/games/random/random.c @@ -46,7 +46,7 @@ static const char sccsid[] = "@(#)random.c 8.5 (Berkeley) 4/5/94"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/games/random/random.c,v 1.15 2003/05/05 09:52:25 obrien Exp $"); #include <sys/types.h> diff --git a/games/random/randomize_fd.c b/games/random/randomize_fd.c index 33588b14c6cd..24ac1d9736d8 100644 --- a/games/random/randomize_fd.c +++ b/games/random/randomize_fd.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/games/random/randomize_fd.c,v 1.2 2003/02/15 10:26:10 seanc Exp $"); #include <sys/types.h> #include <sys/param.h> diff --git a/games/random/randomize_fd.h b/games/random/randomize_fd.h index 5b50e6265504..6e4c19f611b1 100644 --- a/games/random/randomize_fd.h +++ b/games/random/randomize_fd.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/games/random/randomize_fd.h,v 1.2 2003/02/15 10:26:10 seanc Exp $ */ #ifndef __RANDOMIZE_FD__ |
