mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 14:26:03 -04:00
Remove conflicting uint definition.
Already defined by sys/types.h Sponsored by: Mellanox Technologies
This commit is contained in:
parent
7a310b0696
commit
f04e941e25
1 changed files with 0 additions and 2 deletions
|
|
@ -58,6 +58,4 @@ typedef uint32_t __be32;
|
|||
typedef uint64_t __le64;
|
||||
typedef uint64_t __be64;
|
||||
|
||||
typedef unsigned int uint;
|
||||
|
||||
#endif /* _INFINIBAND_TYPES_H_ */
|
||||
|
|
|
|||
Loading…
Reference in a new issue