diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-01-28 19:34:36 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-01-28 19:34:36 +0000 |
commit | 20b46180bc742f3850de362018712c14e5666062 (patch) | |
tree | 43a7cdbcb08aaafc20effe8b11c2e219635e61b6 /libexec/ld.so/test/libbar.c | |
parent | 8b4ee0567126b76c17a3aea24f11e116260516d7 (diff) |
$OpenBSD$
Diffstat (limited to 'libexec/ld.so/test/libbar.c')
-rw-r--r-- | libexec/ld.so/test/libbar.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libexec/ld.so/test/libbar.c b/libexec/ld.so/test/libbar.c index 10a3ce8a589..1ad13f83127 100644 --- a/libexec/ld.so/test/libbar.c +++ b/libexec/ld.so/test/libbar.c @@ -1,3 +1,5 @@ +/* $OpenBSD: libbar.c,v 1.2 2001/01/28 19:34:29 niklas Exp $ */ + #include <stdio.h> extern void dltest(const char *); |