aboutsummaryrefslogtreecommitdiff
path: root/games/random
diff options
context:
space:
mode:
Diffstat (limited to 'games/random')
-rw-r--r--games/random/Makefile2
-rw-r--r--games/random/random.62
-rw-r--r--games/random/random.c2
-rw-r--r--games/random/randomize_fd.c2
-rw-r--r--games/random/randomize_fd.h2
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 33a3511eaf8f..0125338213b7 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.8 2005/01/18 08:57:18 ru Exp $
.\"
.Dd February 8, 2003
.Dt RANDOM 6
diff --git a/games/random/random.c b/games/random/random.c
index b7b732a521da..f8dab222eb56 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.20 2006/04/14 17:32:27 ache Exp $");
#include <sys/types.h>
diff --git a/games/random/randomize_fd.c b/games/random/randomize_fd.c
index b60c53c90e4e..6fe2be86a920 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.3 2006/04/14 17:32:27 ache 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__