diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-08-19 06:05:34 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-08-19 06:05:34 +0000 |
commit | bca6a155c79147f706242ed7c590a3538e407a40 (patch) | |
tree | 17c7d7784edc61f3984fb3255672f3ecfe826d22 /ldso/util/ldconfig.c | |
parent | fd47fd4039cadf42620bbfce43c3a0338e23ee26 (diff) |
Phase one of my evil plan to clean up ld.so...
Diffstat (limited to 'ldso/util/ldconfig.c')
-rw-r--r-- | ldso/util/ldconfig.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ldso/util/ldconfig.c b/ldso/util/ldconfig.c index 4660bd458..f90cb073f 100644 --- a/ldso/util/ldconfig.c +++ b/ldso/util/ldconfig.c @@ -37,8 +37,7 @@ #include <fcntl.h> #include <sys/mman.h> #include <errno.h> -#include "elf.h" -#include "../config.h" +#include <ldso.h> #include "readsoname.h" struct exec @@ -546,6 +545,7 @@ void usage(void) exit(EXIT_FATAL); } +#define DIR_SEP ":, \t\n" int main(int argc, char **argv) { int i, c; |