[NTOS]
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sat, 21 Sep 2013 20:46:42 +0000 (20:46 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sat, 21 Sep 2013 20:46:42 +0000 (20:46 +0000)
commit26432ca94bb2ca9b492f52c54dd74d2f056939a0
tree6c642284022146ab9a8b1929ff5538392aae8091
parent575664c6f047e693c823edacf8321a9e3c4f60a5
[NTOS]
- Implement PsGetCurrentThreadProcess, PsGetCurrentThreadProcessId and PsGetCurrentThreadTeb based on their non-current versions.
- Fix PsGetThreadSessionId to call MmGetSessionId.
- Fix the return value type of PsGetJobSessionId.
- Remove an unneeded cast.

svn path=/trunk/; revision=60296
reactos/ntoskrnl/ntoskrnl.spec
reactos/ntoskrnl/ps/job.c
reactos/ntoskrnl/ps/query.c
reactos/ntoskrnl/ps/thread.c