diff options
| author | Miguel <m.i@gmx.at> | 2018-09-02 00:08:42 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-09-02 00:08:42 +0200 |
| commit | 8e3411139b27a3421e9ac75c13f14f99f6dd3137 (patch) | |
| tree | cf8b53ab02863117c310bde11ee4683e134cf1b2 /userspace/foolshell.c | |
| parent | 0fff2e6dc6fae82da1c7978918a490c25cc36f04 (diff) | |
syscalls
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) { |
