From: jbasney Date: Fri, 16 Feb 2007 23:30:27 +0000 (+0000) Subject: fix AIX build problem with T_NULL being redefined X-Git-Tag: OPENSSH_4_5P1_20070218~16 X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/commitdiff_plain/8c8b185b29d68e65a13933388ef1f14cc1a9484e?ds=sidebyside fix AIX build problem with T_NULL being redefined --- 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