summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/rand.c
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-03-05 11:33:57 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-03-05 11:33:57 +0000
commitb494e831a95a2186098a054d6ab87d7e67a1f420 (patch)
treef35c333fceeaf19e08e90df1f3d2effa40d39fff /lib/libc/stdlib/rand.c
parent3d3be09f5692df60819d0d804bbb5710004664fc (diff)
Notes
Diffstat (limited to 'lib/libc/stdlib/rand.c')
-rw-r--r--lib/libc/stdlib/rand.c2
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)