From fb5c2828e91b21874d65f2ed0bdf83665d6b9e8b Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Mon, 30 Sep 2013 17:48:29 +0000 Subject: [PATCH] Use , not , per POSIX. --- src/microcode/configure.ac | 6 +++--- src/microcode/ux.h | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/microcode/configure.ac b/src/microcode/configure.ac index 291fd5331..85e9c6e56 100644 --- a/src/microcode/configure.ac +++ b/src/microcode/configure.ac @@ -214,9 +214,9 @@ AC_HEADER_STDC AC_HEADER_STDBOOL AC_HEADER_SYS_WAIT AC_HEADER_TIME -AC_CHECK_HEADERS([bsdtty.h fcntl.h fenv.h ieeefp.h limits.h malloc.h sgtty.h]) -AC_CHECK_HEADERS([stropts.h time.h]) -AC_CHECK_HEADERS([sys/file.h sys/ioctl.h sys/mount.h sys/param.h sys/poll.h]) +AC_CHECK_HEADERS([bsdtty.h fcntl.h fenv.h ieeefp.h limits.h malloc.h poll.h]) +AC_CHECK_HEADERS([sgtty.h stropts.h time.h]) +AC_CHECK_HEADERS([sys/file.h sys/ioctl.h sys/mount.h sys/param.h]) AC_CHECK_HEADERS([sys/ptyio.h sys/socket.h sys/time.h sys/timex.h sys/un.h]) AC_CHECK_HEADERS([sys/vfs.h]) AC_CHECK_HEADERS([termio.h termios.h unistd.h util.h utime.h]) diff --git a/src/microcode/ux.h b/src/microcode/ux.h index 106ef5359..39bc081fa 100644 --- a/src/microcode/ux.h +++ b/src/microcode/ux.h @@ -274,8 +274,8 @@ USA. # endif #endif -#ifdef HAVE_SYS_POLL_H -# include +#ifdef HAVE_POLL_H +# include #endif #if defined(HAVE_SOCKET) && defined(HAVE_GETHOSTBYNAME) && defined(HAVE_GETHOSTNAME) -- 2.25.1