Author: arichardson Date: Thu Sep 10 15:37:15 2020 New Revision: 365581 URL: https://svnweb.freebsd.org/changeset/base/365581
Log: Fix a noisy -Wundef warning when bootstrapping tools Modified: head/kerberos5/include/config.h Modified: head/kerberos5/include/config.h ============================================================================== --- head/kerberos5/include/config.h Thu Sep 10 15:37:07 2020 (r365580) +++ head/kerberos5/include/config.h Thu Sep 10 15:37:15 2020 (r365581) @@ -1579,7 +1579,7 @@ static /**/const char *const rcsid[] = { (const char * /* Define to `int' if <sys/types.h> doesn't define. */ /* #undef uid_t */ -#if _AIX +#ifdef _AIX /* XXX this is gross, but kills about a gazillion warnings */ struct ether_addr; struct sockaddr; _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"