Show
Ignore:
Timestamp:
08/06/08 14:36:37 (5 months ago)
Author:
mwhitworth
Message:

Remove debug KePrint.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Whitix/trunk/kernel/process.c

    r735 r827  
    207207                        return -ENOENT; 
    208208        }else{ 
    209                 KePrint("pid = %d\n", pid); 
    210209                /* Waiting for any of it's children, but what if it has none? */ 
    211210                if (ListEmpty(&current->children))