summaryrefslogtreecommitdiffstats
path: root/contrib/libf2c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-03-09 09:21:46 +0000
committerobrien <obrien@FreeBSD.org>2000-03-09 09:21:46 +0000
commit922a45e8c80d9c15acdba0eee3d03681cc7cb8d6 (patch)
tree31f5b0e5dc2259f95abab85fb366f1095a9be227 /contrib/libf2c
parent19e1413b5dc797995ed95bbd6ca6e3035103d982 (diff)
downloadFreeBSD-src-922a45e8c80d9c15acdba0eee3d03681cc7cb8d6.zip
FreeBSD-src-922a45e8c80d9c15acdba0eee3d03681cc7cb8d6.tar.gz
Bring in bug fixes from the GCC anoncvs server's "gcc-2_95-branch"
branch as of March 7th, 2000.
Diffstat (limited to 'contrib/libf2c')
-rw-r--r--contrib/libf2c/ChangeLog5
-rw-r--r--contrib/libf2c/libI77/endfile.c1
2 files changed, 6 insertions, 0 deletions
diff --git a/contrib/libf2c/ChangeLog b/contrib/libf2c/ChangeLog
index 4e9eccc..c3ca9a9 100644
--- a/contrib/libf2c/ChangeLog
+++ b/contrib/libf2c/ChangeLog
@@ -1,3 +1,8 @@
+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.
diff --git a/contrib/libf2c/libI77/endfile.c b/contrib/libf2c/libI77/endfile.c
index 0e4ac03..8e3e8c4 100644
--- a/contrib/libf2c/libI77/endfile.c
+++ b/contrib/libf2c/libI77/endfile.c
@@ -103,6 +103,7 @@ t_runc(alist *a)
rewind(tf);
if (copy(tf, loc, bf))
goto bad1;
+ b->uwrt = 1;
b->urw = 2;
#ifdef NON_UNIX_STDIO
if (b->ufmt) {
OpenPOWER on IntegriCloud