lib9: fix Apple disksize prototype
This commit is contained in:
parent
e960e21be1
commit
427abd1ebd
@ -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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user