diff options
Diffstat (limited to 'userspace/foolshell.c')
| -rw-r--r-- | userspace/foolshell.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/userspace/foolshell.c b/userspace/foolshell.c index c5c3b42..38a6e55 100644 --- a/userspace/foolshell.c +++ b/userspace/foolshell.c @@ -69,7 +69,8 @@ int main(int argc, char **argv) //char *buf=malloc(256); char *buf=calloc(sizeof(char),256); - printf("setvbuf returned %i\n",setvbuf(stdin,NULL,_IONBF,0)); +// printf("setvbuf returned %i\n", + setvbuf(stdin,NULL,_IONBF,0); while(1) { |
