diff -Naur xinetd-2.3.15.org/xinetd/connection.c xinetd-2.3.15.sw/xinetd/connection.c --- xinetd-2.3.15.org/xinetd/connection.c 2022-02-25 22:19:06.110000000 +0000 +++ xinetd-2.3.15.sw/xinetd/connection.c 2022-02-25 22:19:55.660000000 +0000 @@ -220,7 +220,7 @@ tabprint( fd, 1, "service = %s\n", SVC_ID( cp->co_sp ) ) ; tabprint( fd, 1, "descriptor = %d\n", cp->co_descriptor ) ; -#if defined(__GNUC__) && !defined(__arch64__) && !defined(__alpha__) +#if defined(__GNUC__) && !defined(__arch64__) && !defined(__alpha__) && !defined(__sw_64__) tabprint( fd, 1, "flags = %#llx\n", cp->co_flags ) ; #else tabprint( fd, 1, "flags = %#lx\n", cp->co_flags ) ;