diff options
author | Dale S. Rahn <rahnds@cvs.openbsd.org> | 2000-07-08 19:51:47 +0000 |
---|---|---|
committer | Dale S. Rahn <rahnds@cvs.openbsd.org> | 2000-07-08 19:51:47 +0000 |
commit | ca3c31f0686f656fb751f014c53911619f58ab15 (patch) | |
tree | 7aafb112de2b671b72d74798511957dcd03036be /libexec/ld.so | |
parent | b2fd9bda0ab9814efba2bb74e6068a4b5e1ad039 (diff) |
Add id and header describing contents.
Diffstat (limited to 'libexec/ld.so')
-rw-r--r-- | libexec/ld.so/ldconfig/ld.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libexec/ld.so/ldconfig/ld.h b/libexec/ld.so/ldconfig/ld.h index 4805fecbf8d..6f62e0ab568 100644 --- a/libexec/ld.so/ldconfig/ld.h +++ b/libexec/ld.so/ldconfig/ld.h @@ -1,3 +1,8 @@ +/* $OpenBSD: ld.h,v 1.2 2000/07/08 19:51:46 rahnds Exp $ */ +/* + * Header file to make code compatible with ELF version + * ldconfig was taken from the a.out ld. + */ #include <link.h> extern int n_search_dirs; extern char **search_dirs; |