1
0
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:
Scott Long 2006-02-04 08:01:49 +00:00
parent d5e8a67ee9
commit 90acf956d3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=155278

View File

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