Fix build
Modified: trunk/reactos/ntoskrnl/ke/profile.c
--- trunk/reactos/ntoskrnl/ke/profile.c 2005-12-29 18:45:00 UTC (rev 20430) +++ trunk/reactos/ntoskrnl/ke/profile.c 2005-12-29 18:45:16 UTC (rev 20431) @@ -122,7 +122,7 @@
if (!FreeBuffer) ExFreePool(SourceBuffer); }
-VOID
+BOOLEAN
STDCALL KeStopProfile(PKPROFILE Profile) { @@ -161,6 +161,9 @@
/* Free the Source Object */ if (CurrentSource) ExFreePool(CurrentSource);
+ + /* FIXME */ + return FALSE;
} ULONG