[ros-diffs] [weiden] 13226: the system process should be called
"System", not "SYSTEM"
weiden at svn.reactos.com
weiden at svn.reactos.com
Sun Jan 23 19:18:10 CET 2005
the system process should be called "System", not "SYSTEM"
Modified: trunk/reactos/ntoskrnl/ps/process.c
_____
Modified: trunk/reactos/ntoskrnl/ps/process.c
--- trunk/reactos/ntoskrnl/ps/process.c 2005-01-23 12:47:42 UTC (rev
13225)
+++ trunk/reactos/ntoskrnl/ps/process.c 2005-01-23 18:18:08 UTC (rev
13226)
@@ -383,7 +383,7 @@
InitializeListHead(&PsInitialSystemProcess->ThreadListHead);
KeReleaseSpinLock(&PsProcessListLock, oldIrql);
- strcpy(PsInitialSystemProcess->ImageFileName, "SYSTEM");
+ strcpy(PsInitialSystemProcess->ImageFileName, "System");
SepCreateSystemProcessToken(PsInitialSystemProcess);
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050123/bcd7b5fd/attachment.html
More information about the Ros-diffs
mailing list