commit 427abd1ebdbd44d5c40936fcd4f3b02fea86f7ec from: Russ Cox date: Wed Jul 09 18:17:30 2008 UTC lib9: fix Apple disksize prototype commit - e960e21be1b197cfde3a7601a2120a93aa309a12 commit + 427abd1ebdbd44d5c40936fcd4f3b02fea86f7ec blob - 4f9060a6f1d1adbbc0c518a716f38f49f2c5ffb9 blob + afda0c520b1a2eb2b4bcbb46a2fd91fd44eb65ee --- src/lib9/_p9dir.c +++ src/lib9/_p9dir.c @@ -11,7 +11,7 @@ #define _HAVESTGEN #include static vlong -disksize(int fd, int dev) +disksize(int fd, struct stat *st) { u64int bc; u32int bs;