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

@ -41,7 +41,7 @@ char *maketmp(int*);
int match(char*, char*, char*, Shell*);
char *membername(char*, int, char*);
void mk(char*);
ulong mkmtime(char*);
unsigned long mkmtime(char*);
long mtime(char*);
Arc *newarc(Node*, Rule*, char*, Resub*);
Bufblock *newbuf(void);

View file

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