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:
Didier Roche 2019-06-20 21:18:00 +02:00 committed by Faruk Kasumovic
parent b16d96b1a8
commit 29b1f8314d
1 changed files with 0 additions and 2 deletions

View File

@ -2,8 +2,6 @@
* using libzfs from go language, and make go code shorter and more readable.
*/
typedef unsigned long int rlim64_t;
#include <libzfs.h>
#include <libzfs/sys/zfs_context.h>
#include <libzutil.h>