summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2007-05-10 00:57:43 +0200
committerTim Rice <tim@multitalents.net>2007-05-10 00:57:43 +0200
commitaa8954f1d968e648858921200fc7b1367368358d (patch)
treedfaf762858b3ebcb611ec42c9059fb74d7555dd1
parenttrim pasto (diff)
downloadopenssh-aa8954f1d968e648858921200fc7b1367368358d.tar.xz
openssh-aa8954f1d968e648858921200fc7b1367368358d.zip
20070509
- (tim) [configure.ac] Bug #1287: Add missing test for ucred.h.
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac5
2 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 16e4877fd..18098254c 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.
@@ -2894,4 +2897,4 @@
OpenServer 6 and add osr5bigcrypt support so when someone migrates
passwords between UnixWare and OpenServer they will still work. OK dtucker@
-$Id: ChangeLog,v 1.4659 2007/04/29 07:14:48 dtucker Exp $
+$Id: ChangeLog,v 1.4660 2007/05/09 22:57:43 tim Exp $
diff --git a/configure.ac b/configure.ac
index dbe77cbba..985ccb62d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-# $Id: configure.ac,v 1.379 2007/04/29 05:06:44 dtucker Exp $
+# $Id: configure.ac,v 1.380 2007/05/09 22:57:43 tim Exp $
#
# Copyright (c) 1999-2004 Damien Miller
#
@@ -15,7 +15,7 @@
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
AC_INIT(OpenSSH, Portable, openssh-unix-dev@mindrot.org)
-AC_REVISION($Revision: 1.379 $)
+AC_REVISION($Revision: 1.380 $)
AC_CONFIG_SRCDIR([ssh.c])
AC_CONFIG_HEADER(config.h)
@@ -236,6 +236,7 @@ AC_CHECK_HEADERS( \
time.h \
tmpdir.h \
ttyent.h \
+ ucred.h \
unistd.h \
usersec.h \
util.h \