diff --git a/reactos/subsys/system/services/services.c b/reactos/subsys/system/services/services.c index 8318c808f0f..4e8eaad1b4f 100644 --- a/reactos/subsys/system/services/services.c +++ b/reactos/subsys/system/services/services.c @@ -1,4 +1,4 @@ -/* $Id: services.c,v 1.10 2002/12/27 13:54:28 robd Exp $ +/* $Id: services.c,v 1.11 2003/01/05 19:18:44 robd Exp $ * * service control manager * @@ -210,7 +210,7 @@ ScmNamedPipeListenerThread(LPVOID Context) // hPipe = (HANDLE)Context; for (;;) { - PrintString("SCM: Waiting for connection on named pipe...\n"); + PrintString("SCM: Waiting for new connection on named pipe...\n"); /* Create named pipe */ if (!ScmCreateNamedPipe()) { PrintString("\nSCM: Failed to create named pipe\n"); diff --git a/reactos/subsys/win32k/freetype/src/cff/.cvsignore b/reactos/subsys/win32k/freetype/src/cff/.cvsignore index a4383358ec7..31dc3078b3a 100644 --- a/reactos/subsys/win32k/freetype/src/cff/.cvsignore +++ b/reactos/subsys/win32k/freetype/src/cff/.cvsignore @@ -1 +1,2 @@ *.d +*.o