Made the remote_disk_server build under R5.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21945 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2007-08-14 14:54:09 +00:00
parent d2d3fb8472
commit 2a39e9e44e
2 changed files with 7 additions and 7 deletions
@@ -1,12 +1,13 @@
/*
* Copyright 2005, Ingo Weinhold <[email protected]>.
* Copyright 2005-2007, Ingo Weinhold <[email protected]>.
* All rights reserved. Distributed under the terms of the MIT License.
*/
#ifndef _BOOT_REMOTE_DISK_DEFS_H
#define _BOOT_REMOTE_DISK_DEFS_H
#include <stdint.h>
#include <inttypes.h>
enum {
REMOTE_DISK_SERVER_PORT = 8765,