X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=stdin.c;h=fd803ae5441acf01446dadab89c35d3bec14cecd;hp=4b77a3d8e739a49793b06773993ba4396b05bb27;hb=9e32ff9e833fc27edec17842fbca4ae8538c67d3;hpb=85094cd802bdb606d4e2bf7ed66dec51db2a0953 diff --git a/stdin.c b/stdin.c index 4b77a3d8..fd803ae5 100644 --- a/stdin.c +++ b/stdin.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2011 Andre Noll + * Copyright (C) 2006-2013 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -83,7 +83,7 @@ static void stdin_post_select(struct sched *s, struct task *t) if (ret >= 0) return; err: - btr_remove_node(sit->btrn); + btr_remove_node(&sit->btrn); //btr_pool_free(sit->btrp); t->error = ret; }