mirror of
https://github.com/opnsense/src.git
synced 2026-04-04 08:55:18 -04:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue