diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-01-02 18:37:00 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-01-02 18:37:00 +0000 |
commit | cec41b7920486a663f881b14c5a7facfb89b7af5 (patch) | |
tree | 47a50026e1df84902e44977cace95c653733d599 /regress | |
parent | 069eeca35e52e30ad0a687869d5f5ff4918945aa (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.c | 2 |
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> |