Minor change: CVS Id placeholder fixed or added.
authorEmanuele Aliberti <ea@iol.it>
Sun, 24 Mar 2002 18:55:39 +0000 (18:55 +0000)
committerEmanuele Aliberti <ea@iol.it>
Sun, 24 Mar 2002 18:55:39 +0000 (18:55 +0000)
svn path=/trunk/; revision=2779

os2/lib/doscalls/doscalls.def
os2/lib/doscalls/doscalls.edf
os2/lib/doscalls/misc/doscalls.c
os2/lib/doscalls/misc/doscalls.h
os2/lib/doscalls/misc/errorcodes.c
os2/lib/doscalls/misc/os2def.h
os2/lib/doscalls/run/process.cpp

index 1d584c6..5992ad9 100644 (file)
@@ -1,3 +1,5 @@
+; $Id: doscalls.def,v 1.3 2002/03/24 18:55:38 ea Exp $
+;
 ; Def for doscalls.dll - part of the OS/2-sub system
 ; for ReactOS. Provides Access to OS/2 kernel services.
 
index 795eb11..0159398 100644 (file)
@@ -1,3 +1,5 @@
+; $Id: doscalls.edf,v 1.2 2002/03/24 18:55:38 ea Exp $
+;
 ; Def for doscalls.dll - part of the OS/2-sub system
 ; for ReactOS. Provides Access to OS/2 kernel services.
 
index a9aec9e..5e691a9 100644 (file)
@@ -1,4 +1,4 @@
-/* $ ld $
+/* $Id: doscalls.c,v 1.3 2002/03/24 18:55:38 ea Exp $
 */
 /*
  *
index d6ea5e1..f7e2f55 100644 (file)
@@ -1,4 +1,4 @@
-/* $ $
+/* $Id: doscalls.h,v 1.3 2002/03/24 18:55:39 ea Exp $
  *
  * COPYRIGHT:        See COPYING in the top level directory
  * PROJECT:          ReactOS OS/2 sub system
index fdad2c5..852695a 100644 (file)
@@ -1,4 +1,4 @@
-/* $ld$
+/* $Id: errorcodes.c,v 1.2 2002/03/24 18:55:39 ea Exp $
 */
 
 /* some header*/
 #define ERROR_TOO_MANY_POSTS    298     /* MSG%TOO_MANY_EVENT_SEM_POSTS */
 #define ERROR_ALREADY_POSTED    299     /* MSG%EVENT_SEM_ALREADY_POSTED */
 #define ERROR_ALREADY_RESET     300     /* MSG%EVENT_SEM_ALREADY_RESET */
-#define ERROR_SEM_BUSY          301     /* MSG%SEM_BUSY */
\ No newline at end of file
+#define ERROR_SEM_BUSY          301     /* MSG%SEM_BUSY */
index c29fc22..e555dc3 100644 (file)
@@ -1,3 +1,4 @@
+/* $Id: os2def.h,v 1.2 2002/03/24 18:55:39 ea Exp $ */
 /* This file conains common OS/2 types that are needed to build this dll */ 
 /* this file should have temporal character until a better idea is born */
 
@@ -50,4 +51,4 @@ typedef  VOID APIENTRY FNTHREAD(ULONG);
 typedef FNTHREAD *PFNTHREAD;
 
 
-#endif //__OS2DEF__
\ No newline at end of file
+#endif //__OS2DEF__
index 744fe8d..72127c1 100644 (file)
@@ -1,4 +1,4 @@
-
+/* $Id: process.cpp,v 1.2 2002/03/24 18:55:39 ea Exp $ */
 /* Terminates the current thread or the current Process.
        Decission is made by action 
        FIXME:  move this code to OS2.EXE */
@@ -15,3 +15,4 @@ VOID APIENTRY Dos32Exit(ULONG action, ULONG result)
        }
 }
 
+/* EOF */