diff options
Diffstat (limited to 'userspace/foolshell.c')
| -rw-r--r-- | userspace/foolshell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/userspace/foolshell.c b/userspace/foolshell.c index bf0501f..2abb549 100644 --- a/userspace/foolshell.c +++ b/userspace/foolshell.c @@ -227,7 +227,7 @@ int process(char *buf) int pid=fork(); if(pid!=0) { -// printf("new task pid: %i \n",pid); + printf("new task pid: %i \n",pid); } if(pid==0) { |
