lib/tt: Align types
int, long, and Recno are close enough but newer compilers became more strict about nominal vs structural compatibility.
This commit is contained in:
@@ -67,7 +67,7 @@ isdelcurr(int isfd)
|
|||||||
int _am_delcurr();
|
int _am_delcurr();
|
||||||
Fab *fab;
|
Fab *fab;
|
||||||
int ret;
|
int ret;
|
||||||
int recnum;
|
Recno recnum;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Get File Access Block.
|
* Get File Access Block.
|
||||||
|
|||||||
@@ -73,7 +73,7 @@ isrewcurr(int isfd, char *record)
|
|||||||
Fab *fab;
|
Fab *fab;
|
||||||
int reclen;
|
int reclen;
|
||||||
int ret;
|
int ret;
|
||||||
int recnum;
|
Recno recnum;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Get File Access Block.
|
* Get File Access Block.
|
||||||
|
|||||||
Reference in New Issue
Block a user