diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2016-10-22 19:19:35 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2016-10-22 19:19:35 +0000 |
commit | bdab30a9917f97739b86e966c2f33d5e37623c09 (patch) | |
tree | fbeb682377f156cc5f41a2069ec8c6572f67b663 /lib/libc/stdlib | |
parent | 06a55cb40c91f19647fb97752624c6f7006bf918 (diff) |
$OpenBSD$
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r-- | lib/libc/stdlib/bsearch.c | 1 | ||||
-rw-r--r-- | lib/libc/stdlib/heapsort.c | 1 | ||||
-rw-r--r-- | lib/libc/stdlib/rand.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/stdlib/bsearch.c b/lib/libc/stdlib/bsearch.c index b48747236e0..59d478e7ebc 100644 --- a/lib/libc/stdlib/bsearch.c +++ b/lib/libc/stdlib/bsearch.c @@ -1,3 +1,4 @@ +/* $OpenBSD: bsearch.c,v 1.8 2016/10/22 19:19:34 tb Exp $ */ /* * Copyright (c) 1990 Regents of the University of California. * All rights reserved. diff --git a/lib/libc/stdlib/heapsort.c b/lib/libc/stdlib/heapsort.c index ad3fffbcd93..878567729e9 100644 --- a/lib/libc/stdlib/heapsort.c +++ b/lib/libc/stdlib/heapsort.c @@ -1,3 +1,4 @@ +/* $OpenBSD: heapsort.c,v 1.10 2016/10/22 19:19:34 tb Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. 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. |