diff options
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 a619816f2db5e..ca98d523f6eb3 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. # -# $Id$ +# $Id: hammer.random,v 1.3 1997/02/22 14:08:07 peter Exp $ # for (;;) { diff --git a/tools/test/devrandom/hammer.urandom b/tools/test/devrandom/hammer.urandom index 4e434fae54764..8981175fff0d8 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. # -# $Id$ +# $Id: hammer.urandom,v 1.3 1997/02/22 14:08:08 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 83398d5d273a0..8ddee985a6b61 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! # -# $Id$ +# $Id: stat.16bit,v 1.3 1997/02/22 14:08:09 peter Exp $ # for ($i = 0; $i < (1024*64); $i++) { diff --git a/tools/test/devrandom/stat.8bit b/tools/test/devrandom/stat.8bit index 5c304cb2e68ef..db053213021d4 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! # -# $Id$ +# $Id: stat.8bit,v 1.3 1997/02/22 14:08:10 peter Exp $ # for ($i = 0; $i < (1024*32); $i++) { |