From ea044c5e657400f645a831035d14f928470df22e Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 29 Jan 2026 13:49:08 +0100 Subject: [PATCH] setup-os400.h: drop no longer used custom type `u_int32_t` Unused since bb5529331334e1e1c79ff3320220bba12fc8457d. Closes #20470 --- lib/setup-os400.h | 3 --- 1 file changed, 3 deletions(-) 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