]> andersk Git - openssh.git/commitdiff
20070509
authortim <tim>
Wed, 9 May 2007 22:57:43 +0000 (22:57 +0000)
committertim <tim>
Wed, 9 May 2007 22:57:43 +0000 (22:57 +0000)
 - (tim) [configure.ac] Bug #1287: Add missing test for ucred.h.

ChangeLog
configure.ac

index 041bca3a613164cbc70e05de5afeda3a3ca315ee..6e820edb0ad842fb9ef59f268dcef4100a557e0f 100644 (file)
--- 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.
index ad06283c8367737c2500def3bea26187d9a0dd30..3ed251949390eee38cfe273b9b4ada78b80d03de 100644 (file)
@@ -236,6 +236,7 @@ AC_CHECK_HEADERS( \
        time.h \
        tmpdir.h \
        ttyent.h \
+       ucred.h \
        unistd.h \
        usersec.h \
        util.h \
This page took 0.079558 seconds and 5 git commands to generate.