* lib/tcbfuncs.c: move_dir() and shadowtcb_move() need a non NULL

stored_tcb_user.
This commit is contained in:
nekral-guest
2010-03-18 00:05:35 +00:00
parent 7195eb991d
commit fba0a83c03
2 changed files with 7 additions and 0 deletions

View File

@@ -18,6 +18,8 @@
* lib/tcbfuncs.c: Avoid integer to char conversions.
* lib/tcbfuncs.c: Include prototypes.h for the definition of Prog.
* lib/tcbfuncs.c: Removed dead return.
* lib/tcbfuncs.c: move_dir() and shadowtcb_move() need a non NULL
stored_tcb_user.
2010-03-17 Nicolas François <nicolas.francois@centraliens.net>