lib9: add <sys/dkio.h> for OpenBSD
R=, rsc CC= http://codereview.appspot.com/1762045
This commit is contained in:
parent
d67dc856d1
commit
efe48aa670
@ -44,6 +44,7 @@ disksize(int fd, struct stat *st)
|
|||||||
#define _HAVESTGEN
|
#define _HAVESTGEN
|
||||||
#include <sys/disklabel.h>
|
#include <sys/disklabel.h>
|
||||||
#include <sys/ioctl.h>
|
#include <sys/ioctl.h>
|
||||||
|
#include <sys/dkio.h>
|
||||||
static vlong
|
static vlong
|
||||||
disksize(int fd, struct stat *st)
|
disksize(int fd, struct stat *st)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user