Fixed build under Dano/Zeta.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19821 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2007-01-16 00:17:52 +00:00
parent e323965be8
commit 55a147c27e

View File

@ -10,7 +10,7 @@
#define IS_USER_ADDRESS(x) (((uint32)x & 0x80000000) > 0)
#define IS_KERNEL_ADDRESS(x) (((uint32)x & 0x80000000) == 0)
#ifndef B_DEV_INVALID_PIPE
#ifdef HAIKU_TARGET_PLATFORM_BEOS
enum {
B_DEV_INVALID_PIPE = B_DEV_DOOR_OPEN + 1,
B_DEV_CRC_ERROR,