X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=stdin.c;h=8dce76b56e396e1f1bccc0bb9be6edfa1179b6f2;hp=4b77a3d8e739a49793b06773993ba4396b05bb27;hb=8c24d4e777f21a8773adfd028af26b967d1880ec;hpb=d16fe3df649cb48d5ffa26187da3dad4c3066646 diff --git a/stdin.c b/stdin.c index 4b77a3d8..8dce76b5 100644 --- a/stdin.c +++ b/stdin.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2011 Andre Noll + * Copyright (C) 2006-2012 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; }