From fc64f4511bc43125f9adb64e5d47d4fb6001d172 Mon Sep 17 00:00:00 2001 From: Emanuele Aliberti Date: Fri, 7 Sep 2001 21:37:47 +0000 Subject: [PATCH] Added CVS Id. svn path=/trunk/; revision=2234 --- reactos/include/ddk/fstypes.h | 2 +- reactos/ntoskrnl/include/internal/ps.h | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/reactos/include/ddk/fstypes.h b/reactos/include/ddk/fstypes.h index 61245372409..fcf5bfa008c 100644 --- a/reactos/include/ddk/fstypes.h +++ b/reactos/include/ddk/fstypes.h @@ -1,6 +1,6 @@ #ifndef __INCLUDE_DDK_FSTYPES_H #define __INCLUDE_DDK_FSTYPES_H -/* $Id */ +/* $Id: fstypes.h,v 1.3 2001/09/07 21:37:47 ea Exp $ */ typedef diff --git a/reactos/ntoskrnl/include/internal/ps.h b/reactos/ntoskrnl/include/internal/ps.h index 03fff4e4b2f..0f88a58aed4 100644 --- a/reactos/ntoskrnl/include/internal/ps.h +++ b/reactos/ntoskrnl/include/internal/ps.h @@ -16,7 +16,8 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* +/* $Id: ps.h,v 1.26 2001/09/07 21:36:48 ea Exp $ + * * FILE: ntoskrnl/ke/kthread.c * PURPOSE: Process manager definitions * PROGRAMMER: David Welch (welch@cwcom.net)