libtt: Change to ANSI function definitions

This commit is contained in:
Peter Howkins
2018-06-28 04:06:47 +01:00
parent 6b09b19351
commit 020d592338
62 changed files with 275 additions and 706 deletions

View File

@@ -86,9 +86,7 @@ static struct errstattab {
*/
void
_amseterrcode(errcode, is_errno)
struct errcode *errcode;
int is_errno;
_amseterrcode(struct errcode *errcode, int is_errno)
{
register struct errstattab *p;
errcode->iserrno = is_errno;