diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2007-05-22 10:18:53 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2007-05-22 10:18:53 +0000 |
commit | f71d89455d117c6027ab09ab2c72f4f05867b6e4 (patch) | |
tree | 6ef7373b0f7694a55f6f7e29f3c24d7eb9f29be5 /usr.bin | |
parent | c8b93b12c11c4f96df51458b2902fdd2bd98ead4 (diff) |
zap double include; from p_nowaczyk AT o2.pl
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/sshd.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/sshd.c b/usr.bin/ssh/sshd.c index a8becfd1d55..ec56a6e01f4 100644 --- a/usr.bin/ssh/sshd.c +++ b/usr.bin/ssh/sshd.c @@ -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 @@ -51,7 +51,6 @@ #include <sys/time.h> #include <errno.h> -#include <signal.h> #include <fcntl.h> #include <netdb.h> #include <paths.h> |