diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 5 |
2 files changed, 7 insertions, 3 deletions
@@ -1,3 +1,6 @@ | |||
1 | 20070509 | ||
2 | - (tim) [configure.ac] Bug #1287: Add missing test for ucred.h. | ||
3 | |||
1 | 20070429 | 4 | 20070429 |
2 | - (dtucker) [openbsd-compat/bsd-misc.c] Include unistd.h and sys/types.h | 5 | - (dtucker) [openbsd-compat/bsd-misc.c] Include unistd.h and sys/types.h |
3 | for select(2) prototype. | 6 | for select(2) prototype. |
@@ -2894,4 +2897,4 @@ | |||
2894 | OpenServer 6 and add osr5bigcrypt support so when someone migrates | 2897 | OpenServer 6 and add osr5bigcrypt support so when someone migrates |
2895 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ | 2898 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ |
2896 | 2899 | ||
2897 | $Id: ChangeLog,v 1.4659 2007/04/29 07:14:48 dtucker Exp $ | 2900 | $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 @@ | |||
1 | # $Id: configure.ac,v 1.379 2007/04/29 05:06:44 dtucker Exp $ | 1 | # $Id: configure.ac,v 1.380 2007/05/09 22:57:43 tim Exp $ |
2 | # | 2 | # |
3 | # Copyright (c) 1999-2004 Damien Miller | 3 | # Copyright (c) 1999-2004 Damien Miller |
4 | # | 4 | # |
@@ -15,7 +15,7 @@ | |||
15 | # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 15 | # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
16 | 16 | ||
17 | AC_INIT(OpenSSH, Portable, openssh-unix-dev@mindrot.org) | 17 | AC_INIT(OpenSSH, Portable, openssh-unix-dev@mindrot.org) |
18 | AC_REVISION($Revision: 1.379 $) | 18 | AC_REVISION($Revision: 1.380 $) |
19 | AC_CONFIG_SRCDIR([ssh.c]) | 19 | AC_CONFIG_SRCDIR([ssh.c]) |
20 | 20 | ||
21 | AC_CONFIG_HEADER(config.h) | 21 | AC_CONFIG_HEADER(config.h) |
@@ -236,6 +236,7 @@ AC_CHECK_HEADERS( \ | |||
236 | time.h \ | 236 | time.h \ |
237 | tmpdir.h \ | 237 | tmpdir.h \ |
238 | ttyent.h \ | 238 | ttyent.h \ |
239 | ucred.h \ | ||
239 | unistd.h \ | 240 | unistd.h \ |
240 | usersec.h \ | 241 | usersec.h \ |
241 | util.h \ | 242 | util.h \ |