Fix a noisy -Wundef warning when bootstrapping tools

This commit is contained in:
Alex Richardson 2020-09-10 15:37:15 +00:00
parent e17ebfd3b7
commit 9373ca5879
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=365581

View File

@ -1579,7 +1579,7 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "@(#)" msg }
/* 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;