diff options
author | 2016-10-22 19:19:34 +0000 | |
---|---|---|
committer | 2016-10-22 19:19:34 +0000 | |
commit | 6e2b1dce26a6484bdf2419b0b69e3433e9af4aa0 (patch) | |
tree | 32785e90601ac20b5494108319fe5c3c3be09929 /lib/libc/stdlib/rand.c | |
parent | Clean up timestamp handling code to be less confusing. (diff) | |
download | wireguard-openbsd-6e2b1dce26a6484bdf2419b0b69e3433e9af4aa0.tar.xz wireguard-openbsd-6e2b1dce26a6484bdf2419b0b69e3433e9af4aa0.zip |
$OpenBSD$
Diffstat (limited to 'lib/libc/stdlib/rand.c')
-rw-r--r-- | lib/libc/stdlib/rand.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/stdlib/rand.c b/lib/libc/stdlib/rand.c index 56e672af015..f4a8d20afa3 100644 --- a/lib/libc/stdlib/rand.c +++ b/lib/libc/stdlib/rand.c @@ -1,3 +1,4 @@ +/* $OpenBSD: rand.c,v 1.17 2016/10/22 19:19:34 tb Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. |