svn commit: r365581 - head/kerberos5/include

Alex Richardson arichardson at FreeBSD.org
Thu Sep 10 15:37:17 UTC 2020


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;


More information about the svn-src-head mailing list