mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 14:21:18 +01:00
sysctl(8): fix typename for uint32_t.
MFC after: 5 days.
This commit is contained in:
parent
560c5ef9a2
commit
3ddb14a5df
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=310961
@ -114,7 +114,7 @@ static const char *ctl_typename[CTLTYPE+1] = {
|
||||
[CTLTYPE_ULONG] = "unsigned long",
|
||||
[CTLTYPE_U8] = "uint8_t",
|
||||
[CTLTYPE_U16] = "uint16_t",
|
||||
[CTLTYPE_U32] = "uint16_t",
|
||||
[CTLTYPE_U32] = "uint32_t",
|
||||
[CTLTYPE_U64] = "uint64_t",
|
||||
[CTLTYPE_S8] = "int8_t",
|
||||
[CTLTYPE_S16] = "int16_t",
|
||||
|
Loading…
Reference in New Issue
Block a user