From 8c8b185b29d68e65a13933388ef1f14cc1a9484e Mon Sep 17 00:00:00 2001 From: jbasney Date: Fri, 16 Feb 2007 23:30:27 +0000 Subject: [PATCH] fix AIX build problem with T_NULL being redefined --- openssh/openbsd-compat/port-aix.c | 1 + 1 file changed, 1 insertion(+) diff --git a/openssh/openbsd-compat/port-aix.c b/openssh/openbsd-compat/port-aix.c index b9fabf6..ce83043 100644 --- a/openssh/openbsd-compat/port-aix.c +++ b/openssh/openbsd-compat/port-aix.c @@ -50,6 +50,7 @@ # include # include # if defined(HAVE_SYS_AUDIT_H) && defined(AIX_LOGINFAILED_4ARG) +# undef T_NULL # include # endif # include -- 2.45.2