summaryrefslogtreecommitdiffstats
path: root/contrib/libf2c/libI77/rdfmt.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-05-09 22:47:59 +0000
committerobrien <obrien@FreeBSD.org>2002-05-09 22:47:59 +0000
commitc4cd6f62364376317c26d104dbae2a1d7688c6f1 (patch)
tree67cbb2dcc743690cb31fd56b75a992ce4a6950d9 /contrib/libf2c/libI77/rdfmt.c
parentc95b4b5523419271f1bfef55bc47dfbcdced47c7 (diff)
parenteb81e01d5162436a00b210305c91bbba234a0238 (diff)
downloadFreeBSD-src-c4cd6f62364376317c26d104dbae2a1d7688c6f1.zip
FreeBSD-src-c4cd6f62364376317c26d104dbae2a1d7688c6f1.tar.gz
This commit was generated by cvs2svn to compensate for changes in r96295,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib/libf2c/libI77/rdfmt.c')
-rw-r--r--contrib/libf2c/libI77/rdfmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libf2c/libI77/rdfmt.c b/contrib/libf2c/libI77/rdfmt.c
index 6ddd369..81426ae 100644
--- a/contrib/libf2c/libI77/rdfmt.c
+++ b/contrib/libf2c/libI77/rdfmt.c
@@ -471,7 +471,7 @@ rd_ed(struct syl *p, char *ptr, ftnlen len)
f__icptr += f__cursor;
}
else if(f__curunit && f__curunit->useek)
- (void) fseek(f__cf,(long) f__cursor,SEEK_CUR);
+ FSEEK(f__cf,(off_t)f__cursor,SEEK_CUR);
else
err(f__elist->cierr,106,"fmt");
f__recpos += f__cursor;
OpenPOWER on IntegriCloud