From bec36ebaf92d7ca74ea7bca7f7eef957ca07e3bf Mon Sep 17 00:00:00 2001 From: Emanuele Aliberti Date: Sun, 18 Jan 2004 21:27:32 +0000 Subject: [PATCH] Little changes to make PSX server compile again. svn path=/trunk/; revision=7751 --- posix/include/psx/lpcproto.h | 5 +++-- posix/server/call/_exit.c | 3 +-- posix/server/call/null.c | 3 +-- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/posix/include/psx/lpcproto.h b/posix/include/psx/lpcproto.h index bd7c836db3e..f7664011fe9 100644 --- a/posix/include/psx/lpcproto.h +++ b/posix/include/psx/lpcproto.h @@ -1,4 +1,4 @@ -/* $Id: lpcproto.h,v 1.6 2002/12/26 18:14:34 robd Exp $ +/* $Id: lpcproto.h,v 1.7 2004/01/18 21:27:32 ea Exp $ * * ReactOS POSIX+ Environment Subsystem * LPC protocol spoken by PSXSS.EXE, PSXDLL.DLL, CSRTERM.EXE. @@ -6,7 +6,8 @@ #ifndef _PSX_LPCPROTO_H #define _PSX_LPCPROTO_H -#include +#define NTOS_MODE_USER +#include #ifndef PRIVATE #define PRIVATE static diff --git a/posix/server/call/_exit.c b/posix/server/call/_exit.c index 6f9c05c7bdf..1193ae600f1 100644 --- a/posix/server/call/_exit.c +++ b/posix/server/call/_exit.c @@ -1,4 +1,4 @@ -/* $Id: _exit.c,v 1.3 2002/10/29 04:45:51 rex Exp $ +/* $Id: _exit.c,v 1.4 2004/01/18 21:27:32 ea Exp $ * * PROJECT : ReactOS / POSIX+ Environment Subsystem Server * FILE : reactos/subsys/psx/server/call/_exit.c @@ -28,7 +28,6 @@ #define NTOS_MODE_USER #include #include -#include #include NTSTATUS STDCALL syscall__exit (PPSX_MAX_MESSAGE Msg) diff --git a/posix/server/call/null.c b/posix/server/call/null.c index 636ae84a8ab..2710d9a8cac 100644 --- a/posix/server/call/null.c +++ b/posix/server/call/null.c @@ -1,4 +1,4 @@ -/* $Id: null.c,v 1.3 2002/10/29 04:45:54 rex Exp $ +/* $Id: null.c,v 1.4 2004/01/18 21:27:32 ea Exp $ * * PROJECT : ReactOS / POSIX+ Environment Subsystem Server * FILE : reactos/subsys/psx/server/call/null.c @@ -28,7 +28,6 @@ #define NTOS_MODE_USER #include #include -#include #include NTSTATUS STDCALL syscall_null (PPSX_MAX_MESSAGE Msg) -- 2.17.1