__USG and __BSD4_2 introduced, dysize added

This commit is contained in:
ceriel
1987-03-10 15:07:26 +00:00
parent 6852a8ef39
commit 76fea1fbca
5 changed files with 20 additions and 14 deletions

View File

@@ -16,6 +16,12 @@ last_sunday(d, t)
return d - (d - first) % 7;
}
dysize(y)
{
/* compatibility */
return YEARSIZE(y);
}
extern struct tm *gmtime();
struct tm *