aboutsummaryrefslogtreecommitdiff
path: root/games/random
diff options
context:
space:
mode:
authorKen Smith <kensmith@FreeBSD.org>2011-02-16 16:18:46 +0000
committerKen Smith <kensmith@FreeBSD.org>2011-02-16 16:18:46 +0000
commitdec99dafe5763ba1db6950342aa80a634169c083 (patch)
tree1bd9f5a688ac947b00e690c3c69ccb8df203768d /games/random
parent045f17e533c0209bbcddcccbbb0192d61ffd6c9c (diff)
Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.release/8.2.0_cvs
Approved by: re (implicit) This commit was manufactured to restore the state of the 8.2-RELEASE image.
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..392430fe3bdc 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.34.1.6.1 2010/12/21 17:09:25 kensmith Exp $
PROG= random
MAN= random.6
diff --git a/games/random/random.6 b/games/random/random.6
index 33a3511eaf8f..2ecbab795b20 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.22.1.6.1 2010/12/21 17:09:25 kensmith Exp $
.\"
.Dd February 8, 2003
.Dt RANDOM 6
diff --git a/games/random/random.c b/games/random/random.c
index c1be97ba5cb9..5320a498b4d5 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.24.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $");
#include <sys/types.h>
diff --git a/games/random/randomize_fd.c b/games/random/randomize_fd.c
index 94881f72de62..ce9c896940ad 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.7.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $");
#include <sys/types.h>
#include <sys/param.h>
diff --git a/games/random/randomize_fd.h b/games/random/randomize_fd.h
index de3f87325e3f..d2e1a24ff5d1 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.4.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $
*/
#ifndef __RANDOMIZE_FD__