summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/heapsort.c
diff options
context:
space:
mode:
authortb <tb@openbsd.org>2016-10-22 19:19:34 +0000
committertb <tb@openbsd.org>2016-10-22 19:19:34 +0000
commit6e2b1dce26a6484bdf2419b0b69e3433e9af4aa0 (patch)
tree32785e90601ac20b5494108319fe5c3c3be09929 /lib/libc/stdlib/heapsort.c
parentClean up timestamp handling code to be less confusing. (diff)
downloadwireguard-openbsd-6e2b1dce26a6484bdf2419b0b69e3433e9af4aa0.tar.xz
wireguard-openbsd-6e2b1dce26a6484bdf2419b0b69e3433e9af4aa0.zip
$OpenBSD$
Diffstat (limited to 'lib/libc/stdlib/heapsort.c')
-rw-r--r--lib/libc/stdlib/heapsort.c1
1 files changed, 1 insertions, 0 deletions
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.