From 45ffe231d9c1fd4f2c58b2828008bc0364fa7f77 Mon Sep 17 00:00:00 2001 From: mirabilos Date: Tue, 2 Apr 2024 11:53:59 +0200 Subject: [PATCH] update from MirBSD CVS to get rid of uint8_t --- .extra/printf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.extra/printf.c b/.extra/printf.c index 5bcdef6d..ce9bf151 100644 --- a/.extra/printf.c +++ b/.extra/printf.c @@ -49,7 +49,7 @@ #define vstrchr strchr #endif -__RCSID("$MirOS: src/usr.bin/printf/printf.c,v 1.28 2023/03/14 10:43:28 tg Exp $"); +__RCSID("$MirOS: src/usr.bin/printf/printf.c,v 1.29 2024/04/02 09:52:11 tg Exp $"); static int print_escape_str(const char *); static int print_escape(const char *); @@ -120,7 +120,7 @@ c_printf(const char **wp) int rv; const char *old_kshname; char *fmt; - uint8_t old_utfmode; + unsigned char old_utfmode; old_kshname = kshname; kshname = wp[0];