Little changes to make PSX server compile again.
authorEmanuele Aliberti <ea@iol.it>
Sun, 18 Jan 2004 21:27:32 +0000 (21:27 +0000)
committerEmanuele Aliberti <ea@iol.it>
Sun, 18 Jan 2004 21:27:32 +0000 (21:27 +0000)
svn path=/trunk/; revision=7751

posix/include/psx/lpcproto.h
posix/server/call/_exit.c
posix/server/call/null.c

index bd7c836..f766401 100644 (file)
@@ -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 <napi/lpc.h>
+#define NTOS_MODE_USER
+#include <ntos.h>
 
 #ifndef PRIVATE
 #define PRIVATE static
index 6f9c05c..1193ae6 100644 (file)
@@ -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 <ntos.h>
 #include <ntdll/rtl.h>
-#include <napi/lpc.h>
 #include <psxss.h>
 
 NTSTATUS STDCALL syscall__exit (PPSX_MAX_MESSAGE Msg)
index 636ae84..2710d9a 100644 (file)
@@ -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 <ntos.h>
 #include <ntdll/rtl.h>
-#include <napi/lpc.h>
 #include <psxss.h>
 
 NTSTATUS STDCALL syscall_null (PPSX_MAX_MESSAGE Msg)