lib9: fix Apple disksize prototype
This commit is contained in:
parent
e960e21be1
commit
427abd1ebd
@ -11,7 +11,7 @@
|
||||
#define _HAVESTGEN
|
||||
#include <sys/disk.h>
|
||||
static vlong
|
||||
disksize(int fd, int dev)
|
||||
disksize(int fd, struct stat *st)
|
||||
{
|
||||
u64int bc;
|
||||
u32int bs;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user