X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=stdin.c;h=f66d1bba325f557e09588cf6b256abce8a99bb53;hp=0b84cdc72011e369bf290f671ae96d6e8cab8569;hb=5c07b5c17b25240495a0acee24ca6b03c8d81e72;hpb=40de1dd2fdbb054444d585aa70e2d50166a66e07 diff --git a/stdin.c b/stdin.c index 0b84cdc7..f66d1bba 100644 --- a/stdin.c +++ b/stdin.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2008 Andre Noll + * Copyright (C) 2006-2009 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -9,9 +9,7 @@ #include /* readdir() */ #include - #include "para.h" -#include "string.h" #include "list.h" #include "sched.h" #include "fd.h" @@ -91,7 +89,7 @@ void stdin_set_defaults(struct stdin_task *sit) { int ret; - sit->bufsize = 16 * 1024, + sit->bufsize = 32 * 1024, sit->task.pre_select = stdin_pre_select; sit->task.post_select = stdin_post_select; sprintf(sit->task.status, "stdin reader");