Minor cleanup.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10423 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2004-12-13 21:21:06 +00:00
parent 0c46f3c6e9
commit cb44b765b0
+2 -1
View File
@@ -18,6 +18,7 @@
#include <elf32.h>
#include <user_runtime.h>
#include <syscalls.h>
#include <vm_types.h>
#include <arch/cpu.h>
#include <sem.h>
@@ -79,7 +80,7 @@ struct elf_region_t {
typedef struct image_t {
// image identification
char name[SYS_MAX_OS_NAME_LEN];
char name[B_OS_NAME_LENGTH];
image_id id;
image_type type;