diff options
author | Christophe Besson <cbesson@redhat.com> | 2019-08-07 14:25:51 +0200 |
---|---|---|
committer | Tomáš Mráz <t8m@users.noreply.github.com> | 2019-08-26 15:10:15 +0200 |
commit | 1b087edc7f05237bf5eccc405704cd82b848e761 (patch) | |
tree | 01d92828c4cdd96770f28109236dfba16ca0c62d /configure.ac | |
parent | e31dd6c7d0faa7a06d3ebd50a0b6957b9f822d15 (diff) | |
download | pam-1b087edc7f05237bf5eccc405704cd82b848e761.tar.gz pam-1b087edc7f05237bf5eccc405704cd82b848e761.tar.bz2 pam-1b087edc7f05237bf5eccc405704cd82b848e761.zip |
libpam/pam_modutil_sanitize.c: optimize the way to close fds
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e9d44769..e4995fc9 100644 --- a/configure.ac +++ b/configure.ac @@ -508,7 +508,7 @@ dnl Checks for header files. AC_HEADER_DIRENT AC_HEADER_STDC AC_HEADER_SYS_WAIT -AC_CHECK_HEADERS(fcntl.h limits.h malloc.h sys/file.h sys/ioctl.h sys/time.h syslog.h net/if.h termio.h unistd.h sys/fsuid.h inittypes.h) +AC_CHECK_HEADERS(fcntl.h limits.h malloc.h sys/file.h sys/ioctl.h sys/time.h syslog.h net/if.h termio.h unistd.h sys/fsuid.h inittypes.h sys/vfs.h linux/magic.h) dnl For module/pam_lastlog AC_CHECK_HEADERS(lastlog.h utmp.h utmpx.h) |