diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-07-26 21:12:35 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-07-26 21:12:35 +0000 |
| commit | 7f1bf9342879a7ee2dd88e11a33ae7509eab55b0 (patch) | |
| tree | a37e562f560b38e8e087a744d063186d6b1e6746 /tools/test | |
| parent | a964be6d2c35243e54bf5ce12c15339d331189cb (diff) | |
Diffstat (limited to 'tools/test')
| -rw-r--r-- | tools/test/devrandom/hammer.random | 2 | ||||
| -rw-r--r-- | tools/test/devrandom/hammer.urandom | 2 | ||||
| -rw-r--r-- | tools/test/devrandom/stat.16bit | 2 | ||||
| -rw-r--r-- | tools/test/devrandom/stat.8bit | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/tools/test/devrandom/hammer.random b/tools/test/devrandom/hammer.random index ea4cb5f64032..0aee741e2c8c 100644 --- a/tools/test/devrandom/hammer.random +++ b/tools/test/devrandom/hammer.random @@ -5,7 +5,7 @@ # Read and display random numbers. # Try tapping shift/alt/ctrl to get more randomness. # -# $FreeBSD$ +# $FreeBSD: src/tools/test/devrandom/hammer.random,v 1.4 1999/08/28 00:54:24 peter Exp $ # for (;;) { diff --git a/tools/test/devrandom/hammer.urandom b/tools/test/devrandom/hammer.urandom index d0b6aa89da58..e6a49b7841b5 100644 --- a/tools/test/devrandom/hammer.urandom +++ b/tools/test/devrandom/hammer.urandom @@ -5,7 +5,7 @@ # Read and display random numbers. # This also reads /dev/zero to make sure there is no brokenness there. # -# $FreeBSD$ +# $FreeBSD: src/tools/test/devrandom/hammer.urandom,v 1.4 1999/08/28 00:54:24 peter Exp $ # open(ZERO, "/dev/zero") || die "Cannot open /dev/zero - $!\n"; diff --git a/tools/test/devrandom/stat.16bit b/tools/test/devrandom/stat.16bit index 32a6a9caf550..5b1fb5d1079f 100644 --- a/tools/test/devrandom/stat.16bit +++ b/tools/test/devrandom/stat.16bit @@ -8,7 +8,7 @@ # Redirect the output from this to a file - and go to the movies while # it runs. This program is a CPU Hog! # -# $FreeBSD$ +# $FreeBSD: src/tools/test/devrandom/stat.16bit,v 1.4 1999/08/28 00:54:24 peter Exp $ # for ($i = 0; $i < (1024*64); $i++) { diff --git a/tools/test/devrandom/stat.8bit b/tools/test/devrandom/stat.8bit index 03fdbdd5b39d..de28beb7c117 100644 --- a/tools/test/devrandom/stat.8bit +++ b/tools/test/devrandom/stat.8bit @@ -8,7 +8,7 @@ # Redirect the output from this to a file - and make a cup of coffee while # it runs. This program is a CPU Hog! # -# $FreeBSD$ +# $FreeBSD: src/tools/test/devrandom/stat.8bit,v 1.4 1999/08/28 00:54:24 peter Exp $ # for ($i = 0; $i < (1024*32); $i++) { |
