mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-27 11:52:03 +00:00
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
|
#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 a new issue