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 /sshd.c | |
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)
Diffstat (limited to '')
-rw-r--r-- | sshd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |