Moved <types.h> to <sys/types.h>.

Removed dependencies on arch/x86/types.h - this file is not really used
anymore, now. Might prevent compiling on Windows, though.
Replaced "int" with "int32" for the id types.
Removed some stuff from ktypes.h because it didn't belong there.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1120 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2002-09-23 02:36:51 +00:00
parent 8edc4bb4c8
commit 4e3c12c0af
9 changed files with 37 additions and 78 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
#ifndef _ELF32_H
#define _ELF32_H
#include <types.h>
#include <ktypes.h>
typedef uint32 Elf32_Addr;
typedef uint16 Elf32_Half;