lib9: add <sys/dkio.h> for OpenBSD
R=, rsc CC= http://codereview.appspot.com/1762045
This commit is contained in:
parent
d67dc856d1
commit
efe48aa670
1 changed files with 1 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ disksize(int fd, struct stat *st)
|
|||
#define _HAVESTGEN
|
||||
#include <sys/disklabel.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/dkio.h>
|
||||
static vlong
|
||||
disksize(int fd, struct stat *st)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue