summaryrefslogtreecommitdiffstats
path: root/src/cmd/mk/unix.c
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-01-23 22:57:21 +0000
committerrsc <devnull@localhost>2005-01-23 22:57:21 +0000
commit0753502edfd4f214190883db848593f0033ac74c (patch)
tree53e0559024d0d52851f3c1a370665cf764af914b /src/cmd/mk/unix.c
parent6dd68c9ad7f3bdad8714b8d4f09679b850d14e69 (diff)
downloadplan9port-0753502edfd4f214190883db848593f0033ac74c.tar.gz
plan9port-0753502edfd4f214190883db848593f0033ac74c.zip
avoid saying unsigned long, for unix port
Diffstat (limited to 'src/cmd/mk/unix.c')
-rw-r--r--src/cmd/mk/unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/mk/unix.c b/src/cmd/mk/unix.c
index 97356105..12f391c8 100644
--- a/src/cmd/mk/unix.c
+++ b/src/cmd/mk/unix.c
@@ -329,7 +329,7 @@ rcopy(char **to, Resub *match, int n)
}
}
-ulong
+unsigned long
mkmtime(char *name)
{
struct stat st;