diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-11-24 06:23:44 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-11-24 06:23:44 +0000 |
commit | fb560d1e146cf4fe6a3b39046c54d36bcc6de824 (patch) | |
tree | effa629aab4150bdf6447e58aef35f7dfcdbd74f /contrib/libf2c/libI77/dfe.c | |
parent | b50366c3839724717e906b96332d2bbb1c9906de (diff) |
Notes
Diffstat (limited to 'contrib/libf2c/libI77/dfe.c')
-rw-r--r-- | contrib/libf2c/libI77/dfe.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/contrib/libf2c/libI77/dfe.c b/contrib/libf2c/libI77/dfe.c index f639ab51ce7c..f8c1fc146751 100644 --- a/contrib/libf2c/libI77/dfe.c +++ b/contrib/libf2c/libI77/dfe.c @@ -81,7 +81,7 @@ c_dfe(cilist *a) f__fmtbuf=a->cifmt; if(a->cirec <= 0) err(a->cierr,130,"dfe"); - (void) fseek(f__cf,(long)f__curunit->url * (a->cirec-1),SEEK_SET); + fseek(f__cf,(long)f__curunit->url * (a->cirec-1),SEEK_SET); f__curunit->uend = 0; return(0); } @@ -138,9 +138,3 @@ integer e_rdfe(Void) en_fio(); return(0); } - -integer e_wdfe(Void) -{ - f__init = 1; - return en_fio(); -} |