projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
sched: Kill old ->post_select variant.
[paraslash.git]
/
stdout.c
diff --git
a/stdout.c
b/stdout.c
index
92707ba
..
a0bbeb3
100644
(file)
--- a/
stdout.c
+++ b/
stdout.c
@@
-90,7
+90,6
@@
void stdout_set_defaults(struct stdout_task *sot)
sot->task.pre_select = stdout_pre_select;
sot->task.new_post_select = stdout_post_select;
- sot->task.post_select = NULL;
sprintf(sot->task.status, "stdout");
ret = mark_fd_nonblocking(STDOUT_FILENO);
if (ret >= 0)