From 29e017c1a1930ee8f1967286f066bca403c38361 Mon Sep 17 00:00:00 2001 From: jbasney Date: Thu, 22 Apr 2004 18:33:10 +0000 Subject: [PATCH] fix OpenSSH build problem with xlc on AIX 5.2 --- openssh/openbsd-compat/port-aix.h | 1 + 1 file changed, 1 insertion(+) diff --git a/openssh/openbsd-compat/port-aix.h b/openssh/openbsd-compat/port-aix.h index f6bed98..4996233 100644 --- a/openssh/openbsd-compat/port-aix.h +++ b/openssh/openbsd-compat/port-aix.h @@ -31,6 +31,7 @@ # include # include # if defined(HAVE_SYS_AUDIT_H) && defined(AIX_LOGINFAILED_4ARG) +# undef T_NULL # include # endif # include -- 2.45.2