diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-03-05 11:33:57 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-03-05 11:33:57 +0000 |
| commit | b494e831a95a2186098a054d6ab87d7e67a1f420 (patch) | |
| tree | f35c333fceeaf19e08e90df1f3d2effa40d39fff /lib/libc/stdlib/rand.c | |
| parent | 3d3be09f5692df60819d0d804bbb5710004664fc (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdlib/rand.c')
| -rw-r--r-- | lib/libc/stdlib/rand.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/stdlib/rand.c b/lib/libc/stdlib/rand.c index 94f6b501ac67..8c28a354350f 100644 --- a/lib/libc/stdlib/rand.c +++ b/lib/libc/stdlib/rand.c @@ -31,6 +31,8 @@ * SUCH DAMAGE. * * Posix rand_r function added May 1999 by Wes Peters <wes@softweyr.com>. + * + * $FreeBSD$ */ #if defined(LIBC_SCCS) && !defined(lint) |
