projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix com_stat() for arguments greater than one.
[paraslash.git]
/
stdin.h
diff --git
a/stdin.h
b/stdin.h
index
6a2b1d6
..
63d00d5
100644
(file)
--- a/
stdin.h
+++ b/
stdin.h
@@
-18,8
+18,6
@@
struct stdin_task {
int check_fd;
/** The task structure. */
struct task task;
- /** Non-zero on read error, or if a read from stdin returned zero. */
- int error;
};
void stdin_set_defaults(struct stdin_task *sit);