Now supports symbolic links correctly, and no longer loads the same shared

library twice.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17929 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2006-06-27 00:07:42 +00:00
parent 0cd3c003d1
commit fe7f3a2f1d
3 changed files with 70 additions and 36 deletions
@@ -1,5 +1,5 @@
/*
* Copyright 2003-2005, Axel Dörfler, [email protected].
* Copyright 2003-2006, Axel Dörfler, [email protected].
* Distributed under the terms of the MIT License.
*
* Copyright 2002, Manuel J. Petit. All rights reserved.
@@ -29,7 +29,7 @@ typedef struct elf_region_t {
typedef struct image_t {
// image identification
char path[B_OS_NAME_LENGTH];
char path[B_PATH_NAME_LENGTH];
char name[B_OS_NAME_LENGTH];
image_id id;
image_type type;