Changeset 827 for Whitix/trunk/kernel/process.c
- Timestamp:
- 08/06/08 14:36:37 (5 months ago)
- Files:
-
- 1 modified
-
Whitix/trunk/kernel/process.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Whitix/trunk/kernel/process.c
r735 r827 207 207 return -ENOENT; 208 208 }else{ 209 KePrint("pid = %d\n", pid);210 209 /* Waiting for any of it's children, but what if it has none? */ 211 210 if (ListEmpty(¤t->children))