commit 1eb27607b957674e65c9d86d73ab49e7f3c182c5
parent a68a432885e03663e4e3134439f0336e0a954607
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date: Thu, 12 Oct 2023 03:51:16 +0000
Fix old type def
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/daemontools-extras/s6-socklog.c b/src/daemontools-extras/s6-socklog.c
@@ -184,7 +184,7 @@ int main (int argc, char const *const *argv)
else
{
ip46 ip ;
- uint16 port ;
+ uint16_t port ;
r = sanitize_read(socket_recv46(x[2].fd, line, linelen + 1, &ip, &port)) ;
if (r == -1) strerr_diefu1sys(111, "recv") ;
if (r)