projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
f00cc3d
)
[KMTESTS]
author
Thomas Faber
<thomas.faber@reactos.org>
Fri, 28 Sep 2012 07:13:26 +0000
(07:13 +0000)
committer
Thomas Faber
<thomas.faber@reactos.org>
Fri, 28 Sep 2012 07:13:26 +0000
(07:13 +0000)
- Fix GCC build
svn path=/trunk/; revision=57409
rostests/kmtests/ntos_ke/KeMutex.c
patch
|
blob
|
history
diff --git
a/rostests/kmtests/ntos_ke/KeMutex.c
b/rostests/kmtests/ntos_ke/KeMutex.c
index
4354370
..
a095d1a
100644
(file)
--- a/
rostests/kmtests/ntos_ke/KeMutex.c
+++ b/
rostests/kmtests/ntos_ke/KeMutex.c
@@
-56,7
+56,6
@@
VOID
TestMutant(VOID)
{
KMUTANT Mutant;
- PKTHREAD Thread = KeGetCurrentThread();
LONG State;
RtlFillMemory(&Mutant, sizeof(Mutant), 0x55);