aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/md4c.c
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2021-12-28 17:41:08 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2021-12-28 17:41:08 +0000
commit2cee5861898daea5bbc2427d0e67d15559564683 (patch)
treed34bbdd6fd942df6cb0a7230686a7a558903a1d6 /sys/kern/md4c.c
parent4287aa56197fc2e37cad07c23b52f9ed4f1a7fd0 (diff)
downloadsrc-2cee5861898daea5bbc2427d0e67d15559564683.tar.gz
src-2cee5861898daea5bbc2427d0e67d15559564683.zip
sys/kern: Use C99 fixed-width integer types.
No functional change. Reviewed by: imp, kib Differential Revision: https://reviews.freebsd.org/D33630
Diffstat (limited to 'sys/kern/md4c.c')
-rw-r--r--sys/kern/md4c.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/md4c.c b/sys/kern/md4c.c
index 68d19485b433..86d6a5a2c7f7 100644
--- a/sys/kern/md4c.c
+++ b/sys/kern/md4c.c
@@ -33,8 +33,8 @@ __FBSDID("$FreeBSD$");
#include <sys/md4.h>
typedef unsigned char *POINTER;
-typedef u_int16_t UINT2;
-typedef u_int32_t UINT4;
+typedef uint16_t UINT2;
+typedef uint32_t UINT4;
#define PROTO_LIST(list) list