summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2008-01-02 18:37:00 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2008-01-02 18:37:00 +0000
commitcec41b7920486a663f881b14c5a7facfb89b7af5 (patch)
tree47a50026e1df84902e44977cace95c653733d599 /regress
parent069eeca35e52e30ad0a687869d5f5ff4918945aa (diff)
regression test for lazy binding.
"people need never hold off on adding stuff to regress" deraadt@
Diffstat (limited to 'regress')
-rw-r--r--regress/libexec/ld.so/lazy/libfoo/foo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/libexec/ld.so/lazy/libfoo/foo.c b/regress/libexec/ld.so/lazy/libfoo/foo.c
index 39f9214448d..171a21ca28e 100644
--- a/regress/libexec/ld.so/lazy/libfoo/foo.c
+++ b/regress/libexec/ld.so/lazy/libfoo/foo.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: foo.c,v 1.1.1.1 2008/01/02 18:36:59 matthieu Exp $ */
+/* $OpenBSD: foo.c,v 1.1 2008/01/02 18:36:59 matthieu Exp $ */
/* Public domain. 2008, Matthieu Herrb */
#include <dlfcn.h>