From 3968c88c54fa3e95f56f1498c18df07ea6c4c782 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 22 Oct 2016 19:19:34 +0000 Subject: [PATCH] $OpenBSD$ --- src/lib/libc/stdlib/bsearch.c | 1 + src/lib/libc/stdlib/heapsort.c | 1 + src/lib/libc/stdlib/rand.c | 1 + 3 files changed, 3 insertions(+) diff --git a/src/lib/libc/stdlib/bsearch.c b/src/lib/libc/stdlib/bsearch.c index b4874723..59d478e7 100644 --- a/src/lib/libc/stdlib/bsearch.c +++ b/src/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/src/lib/libc/stdlib/heapsort.c b/src/lib/libc/stdlib/heapsort.c index ad3fffbc..87856772 100644 --- a/src/lib/libc/stdlib/heapsort.c +++ b/src/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/src/lib/libc/stdlib/rand.c b/src/lib/libc/stdlib/rand.c index 56e672af..f4a8d20a 100644 --- a/src/lib/libc/stdlib/rand.c +++ b/src/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.