Fix mis-spelled macro in the kernel shim.
MFC after: 1 week Sponsored by: Mellanox Technologies // NVIDIA Networking
This commit is contained in:
parent
b0352107f1
commit
abbf48c558
@ -217,7 +217,7 @@ typedef unsigned long long uint64_t;
|
||||
#else
|
||||
typedef unsigned long uint64_t;
|
||||
#endif
|
||||
#define _INT16_T_DECLARED
|
||||
#define _INT64_T_DECLARED
|
||||
#ifndef __LP64__
|
||||
typedef signed long long int64_t;
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user