diff options
Diffstat (limited to 'lib/libc/stdlib/bsearch.c')
-rw-r--r-- | lib/libc/stdlib/bsearch.c | 1 |
1 files changed, 1 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. |