avoid saying unsigned long, for unix port

This commit is contained in:
rsc 2005-01-23 22:57:21 +00:00
parent 6dd68c9ad7
commit 0753502edf
2 changed files with 2 additions and 2 deletions

View file

@ -329,7 +329,7 @@ rcopy(char **to, Resub *match, int n)
}
}
ulong
unsigned long
mkmtime(char *name)
{
struct stat st;