diff options
author | Darren Tucker <dtucker@zip.com.au> | 2007-06-05 10:22:32 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2007-06-05 10:22:32 +0200 |
commit | 4a40ae28c3d956dd5f2cddb6a6ee3393afdea731 (patch) | |
tree | cb5392504335cb3beade79ad54691406eb6ad8fd | |
parent | - (dtucker) [auth-pam.c] Return empty string if fgets fails in (diff) | |
download | openssh-4a40ae28c3d956dd5f2cddb6a6ee3393afdea731.tar.xz openssh-4a40ae28c3d956dd5f2cddb6a6ee3393afdea731.zip |
- djm@cvs.openbsd.org 2007/05/22 10:18:52
[sshd.c]
zap double include; from p_nowaczyk AT o2.pl
(not required in -portable, Id sync only)
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | sshd.c | 2 |
2 files changed, 9 insertions, 2 deletions
@@ -1,3 +1,10 @@ +20070605 + - (dtucker) OpenBSD CVS Sync + - djm@cvs.openbsd.org 2007/05/22 10:18:52 + [sshd.c] + zap double include; from p_nowaczyk AT o2.pl + (not required in -portable, Id sync only) + 20070520 - (dtucker) OpenBSD CVS Sync - stevesk@cvs.openbsd.org 2007/04/14 22:01:58 @@ -2940,4 +2947,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.4670 2007/05/20 05:26:07 dtucker Exp $ +$Id: ChangeLog,v 1.4671 2007/06/05 08:22:32 dtucker Exp $ @@ -1,4 +1,4 @@ -/* $OpenBSD: sshd.c,v 1.350 2007/03/09 05:20:06 dtucker Exp $ */ +/* $OpenBSD: sshd.c,v 1.351 2007/05/22 10:18:52 djm Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |