projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
40613bd
)
Formerly ../mach/devstream.c.~16~
author
roland
<roland>
Thu, 12 May 1994 08:36:04 +0000
(08:36 +0000)
committer
roland
<roland>
Thu, 12 May 1994 08:36:04 +0000
(08:36 +0000)
mach/devstream.c
patch
|
blob
|
history
diff --git
a/mach/devstream.c
b/mach/devstream.c
index
d904905
..
cb1dfb6
100644
(file)
--- a/
mach/devstream.c
+++ b/
mach/devstream.c
@@
-76,9
+76,9
@@
output (FILE *f, int c)
int wrote;
while (to_write > 0)
{
- if (err = device_write
_inband
((device_t) f->__cookie, 0,
-
f->__target, (char *)p,
-
to_write, &wrote))
+ if (err = device_write ((device_t) f->__cookie, 0,
+ f->__target, (char *)p,
+ to_write, &wrote))
{
errno = err;
f->__error = 1;