summaryrefslogtreecommitdiffstats
path: root/contrib/libf2c/libU77/fstat_.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libf2c/libU77/fstat_.c')
-rw-r--r--contrib/libf2c/libU77/fstat_.c11
1 files changed, 2 insertions, 9 deletions
diff --git a/contrib/libf2c/libU77/fstat_.c b/contrib/libf2c/libU77/fstat_.c
index da5434a..e978c6a 100644
--- a/contrib/libf2c/libU77/fstat_.c
+++ b/contrib/libf2c/libU77/fstat_.c
@@ -26,17 +26,10 @@ Boston, MA 02111-1307, USA. */
#include <sys/types.h>
#include <sys/stat.h>
-#ifdef KR_headers
-extern integer G77_fnum_0 ();
-
-integer G77_fstat_0 (lunit, statb)
- integer *lunit;
- integer statb[13];
-#else
extern integer G77_fnum_0 (const integer *);
-integer G77_fstat_0 (const integer *lunit, integer statb[13])
-#endif
+integer
+G77_fstat_0 (const integer * lunit, integer statb[13])
{
int err;
struct stat buf;
OpenPOWER on IntegriCloud