From 9924c949b21514005b1c12dd0262fe2db6574207 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwenol=C3=A9=20Beauchesne?= Date: Tue, 19 Aug 2003 08:58:36 +0000 Subject: Really match dietlibc 0.22 for u_long definition though it ought to be uint32_t. --- mdk-stage1/dietlibc/include/sys/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdk-stage1') diff --git a/mdk-stage1/dietlibc/include/sys/types.h b/mdk-stage1/dietlibc/include/sys/types.h index 253e030c5..a3d2bf4be 100644 --- a/mdk-stage1/dietlibc/include/sys/types.h +++ b/mdk-stage1/dietlibc/include/sys/types.h @@ -110,7 +110,7 @@ typedef uint32_t n_time; typedef uint32_t n_long; # ifndef __dietlibc_u_char_defined typedef char* caddr_t; -typedef unsigned long u_long; +typedef uint32_t u_long; typedef unsigned char u_char; typedef unsigned short u_short; typedef unsigned int u_int; -- cgit v1.2.1