lib9: fix Apple disksize prototype
This commit is contained in:
parent
e960e21be1
commit
427abd1ebd
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue