* libI77/endfile.c (t_runc): set state to writing
(b->uwrt = 1) when an endfile statement requires copying the file.
From-SVN: r31590
+Mon Jan 24 20:28:35 CET 2000 David M. Gay <dmg@bell-labs.com>
+
+ * libI77/endfile.c (t_runc): set state to writing
+ (b->uwrt = 1) when an endfile statement requires copying the file.
+
Sun Oct 24 23:54:10 PDT 1999 Jeff Law (law@cygnus.com)
* gcc-2.95.2 Released.
rewind(tf);
if (copy(tf, loc, bf))
goto bad1;
+ b->urwt = 1;
b->urw = 2;
#ifdef NON_UNIX_STDIO
if (b->ufmt) {