Don't define u_int

It's usually defined by the platform in types.h or sys/types.h.
The compiler complains if libnfs redefines it.
master
Alan Somers 2020-07-26 15:08:43 -06:00
parent cf47ea7e6a
commit 172f46756e
1 changed files with 0 additions and 1 deletions

View File

@ -92,7 +92,6 @@ struct ZDR {
typedef struct ZDR ZDR;
typedef uint32_t u_int;
typedef uint32_t enum_t;
typedef uint32_t bool_t;