Fix TUNABLE_UINT64() on 32bit architectures.
The macro is not used in the tree. Sponsored by: The FreeBSD Foundation MFC after: 1 week
This commit is contained in:
parent
dee33b4bd5
commit
97222e17ab
@ -352,7 +352,7 @@ struct tunable_uint64 {
|
||||
uint64_t *var;
|
||||
};
|
||||
#define TUNABLE_UINT64(path, var) \
|
||||
static struct tunable_ulong __CONCAT(__tunable_uint64_, __LINE__) = { \
|
||||
static struct tunable_uint64 __CONCAT(__tunable_uint64_, __LINE__) = { \
|
||||
(path), \
|
||||
(var), \
|
||||
}; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user