Fix mis-spelled macro in the kernel shim.

MFC after:	1 week
Sponsored by:	Mellanox Technologies // NVIDIA Networking
This commit is contained in:
Hans Petter Selasky 2020-12-04 16:51:59 +00:00
parent b0352107f1
commit abbf48c558
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=368341

View File

@ -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