lib9: fix Apple disksize prototype

This commit is contained in:
Russ Cox 2008-07-09 14:17:30 -04:00
parent e960e21be1
commit 427abd1ebd

View file

@ -11,7 +11,7 @@
#define _HAVESTGEN #define _HAVESTGEN
#include <sys/disk.h> #include <sys/disk.h>
static vlong static vlong
disksize(int fd, int dev) disksize(int fd, struct stat *st)
{ {
u64int bc; u64int bc;
u32int bs; u32int bs;