From: Viktor Szakats Date: Thu, 29 Jan 2026 12:49:08 +0000 (+0100) Subject: setup-os400.h: drop no longer used custom type `u_int32_t` X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea044c5e657400f645a831035d14f928470df22e;p=thirdparty%2Fcurl.git setup-os400.h: drop no longer used custom type `u_int32_t` Unused since bb5529331334e1e1c79ff3320220bba12fc8457d. Closes #20470 --- diff --git a/lib/setup-os400.h b/lib/setup-os400.h index 4cb0d89c38..9a174e7aa0 100644 --- a/lib/setup-os400.h +++ b/lib/setup-os400.h @@ -30,9 +30,6 @@ /* OS/400 netdb.h does not define NI_MAXSERV. */ #define NI_MAXSERV 32 -/* No OS/400 header file defines u_int32_t. */ -typedef unsigned long u_int32_t; - /* OS/400 has no idea of a tty! */ #define isatty(fd) 0