projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cafdd0a
)
stdout.h: Kill unused bufsize
author
Andre Noll
<maan@systemlinux.org>
Thu, 1 Mar 2007 19:44:21 +0000
(20:44 +0100)
committer
Andre Noll
<maan@systemlinux.org>
Thu, 1 Mar 2007 19:44:21 +0000
(20:44 +0100)
stdout.h
patch
|
blob
|
history
diff --git
a/stdout.h
b/stdout.h
index
e8d9d25
..
0ac777e
100644
(file)
--- a/
stdout.h
+++ b/
stdout.h
@@
-24,8
+24,6
@@
struct stdout_task {
/** pointer to the data buffer */
char *buf;
- /** the size of \a buf */
- size_t *bufsize;
/** number of bytes loaded in \a buf */
size_t *loaded;
/** pointer to the eof flag of the feeding task */