summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2016-10-22 19:19:34 +0000
committertb <>2016-10-22 19:19:34 +0000
commit0c52870537717e214c93726ec949d7c7fe8d0b8c (patch)
treeb76aec1fe2008268f364e2da583bc4d15e3bc2ce
parentad4d53a2423a191bc8fa80e8323aed7a2351f01a (diff)
downloadopenbsd-0c52870537717e214c93726ec949d7c7fe8d0b8c.tar.gz
openbsd-0c52870537717e214c93726ec949d7c7fe8d0b8c.tar.bz2
openbsd-0c52870537717e214c93726ec949d7c7fe8d0b8c.zip
$OpenBSD$
-rw-r--r--src/lib/libc/stdlib/bsearch.c1
-rw-r--r--src/lib/libc/stdlib/heapsort.c1
-rw-r--r--src/lib/libc/stdlib/rand.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/libc/stdlib/bsearch.c b/src/lib/libc/stdlib/bsearch.c
index b48747236e..59d478e7eb 100644
--- a/src/lib/libc/stdlib/bsearch.c
+++ b/src/lib/libc/stdlib/bsearch.c
@@ -1,3 +1,4 @@
1/* $OpenBSD: bsearch.c,v 1.8 2016/10/22 19:19:34 tb Exp $ */
1/* 2/*
2 * Copyright (c) 1990 Regents of the University of California. 3 * Copyright (c) 1990 Regents of the University of California.
3 * All rights reserved. 4 * All rights reserved.
diff --git a/src/lib/libc/stdlib/heapsort.c b/src/lib/libc/stdlib/heapsort.c
index ad3fffbcd9..878567729e 100644
--- a/src/lib/libc/stdlib/heapsort.c
+++ b/src/lib/libc/stdlib/heapsort.c
@@ -1,3 +1,4 @@
1/* $OpenBSD: heapsort.c,v 1.10 2016/10/22 19:19:34 tb Exp $ */
1/*- 2/*-
2 * Copyright (c) 1991, 1993 3 * Copyright (c) 1991, 1993
3 * The Regents of the University of California. All rights reserved. 4 * The Regents of the University of California. All rights reserved.
diff --git a/src/lib/libc/stdlib/rand.c b/src/lib/libc/stdlib/rand.c
index 56e672af01..f4a8d20afa 100644
--- a/src/lib/libc/stdlib/rand.c
+++ b/src/lib/libc/stdlib/rand.c
@@ -1,3 +1,4 @@
1/* $OpenBSD: rand.c,v 1.17 2016/10/22 19:19:34 tb Exp $ */
1/*- 2/*-
2 * Copyright (c) 1990 The Regents of the University of California. 3 * Copyright (c) 1990 The Regents of the University of California.
3 * All rights reserved. 4 * All rights reserved.