mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
Give correct definitions to some basic types.
This commit is contained in:
parent
d5e8a67ee9
commit
90acf956d3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=155278
@ -80,8 +80,8 @@ typedef signed short S16;
|
||||
typedef unsigned char U8;
|
||||
typedef unsigned short U16;
|
||||
|
||||
typedef unsigned long U32;
|
||||
typedef unsigned short S32;
|
||||
typedef u_int32_t U32;
|
||||
typedef int32_t S32;
|
||||
|
||||
|
||||
/* Bitfields */
|
||||
|
Loading…
Reference in New Issue
Block a user