From: mib Date: Wed, 10 Nov 1993 07:20:02 +0000 (+0000) Subject: Formerly ../mach/devstream.c.~12~ X-Git-Tag: jems-14oct94~2334 X-Git-Url: http://git.csclub.uwaterloo.ca/?p=kopensolaris-gnu%2Fglibc.git;a=commitdiff_plain;h=969c8e4b5f3254212a00e48fa72f346d9c9c2df4 Formerly ../mach/devstream.c.~12~ --- diff --git a/mach/devstream.c b/mach/devstream.c index 368b82b2bd..bdea44b642 100644 --- a/mach/devstream.c +++ b/mach/devstream.c @@ -74,7 +74,7 @@ output (FILE *f, int c) int wrote; while (to_write > 0) { - if (err = device_write_inband ((device_t) f->__cookie, 0, +e if (err = device_write_inband ((device_t) f->__cookie, 0, f->__target, p, to_write, &wrote)) { errno = err;