Fix conflicting rlim64_t conflicting types (#17)
Remove "typedef unsigned long int rlim64_t" as rlim64_t is already defined in /usr/include/i386-linux-gnu/bits/resource.h on 32 bits.
This commit is contained in:
parent
b16d96b1a8
commit
29b1f8314d
2
zpool.c
2
zpool.c
|
@ -2,8 +2,6 @@
|
||||||
* using libzfs from go language, and make go code shorter and more readable.
|
* using libzfs from go language, and make go code shorter and more readable.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
typedef unsigned long int rlim64_t;
|
|
||||||
|
|
||||||
#include <libzfs.h>
|
#include <libzfs.h>
|
||||||
#include <libzfs/sys/zfs_context.h>
|
#include <libzfs/sys/zfs_context.h>
|
||||||
#include <libzutil.h>
|
#include <libzutil.h>
|
||||||
|
|
Loading…
Reference in New Issue