1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-02-01 04:02:34 +00:00

Merge pull request #1097 from RonnyPfannschmidt/header-fix

obtain ioctl from sys/ioctl.h as per manpage
This commit is contained in:
enkore 2016-05-29 00:50:03 +02:00
commit 3be3de7032

View file

@ -47,7 +47,7 @@ cdef extern from "linux/fs.h":
int FS_APPEND_FL
int FS_COMPR_FL
cdef extern from "stropts.h":
cdef extern from "sys/ioctl.h":
int ioctl(int fildes, int request, ...)
cdef extern from "string.h":