From: tim Date: Wed, 9 May 2007 22:57:43 +0000 (+0000) Subject: 20070509 X-Git-Tag: V_4_7_P1~81 X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/commitdiff_plain/407016146c6c72587e19bba294a33981ae000df2 20070509 - (tim) [configure.ac] Bug #1287: Add missing test for ucred.h. --- diff --git a/ChangeLog b/ChangeLog index 041bca3a..6e820edb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +20070509 + - (tim) [configure.ac] Bug #1287: Add missing test for ucred.h. + 20070429 - (dtucker) [openbsd-compat/bsd-misc.c] Include unistd.h and sys/types.h for select(2) prototype. diff --git a/configure.ac b/configure.ac index ad06283c..3ed25194 100644 --- a/configure.ac +++ b/configure.ac @@ -236,6 +236,7 @@ AC_CHECK_HEADERS( \ time.h \ tmpdir.h \ ttyent.h \ + ucred.h \ unistd.h \ usersec.h \ util.h \