Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Sep 2020 15:37:15 +0000 (UTC)
From:      Alex Richardson <arichardson@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r365581 - head/kerberos5/include
Message-ID:  <202009101537.08AFbFXL055843@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009101537.08AFbFXL055843>