summaryrefslogtreecommitdiffstats
path: root/sshd.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-11-23 11:24:32 +1100
committerDamien Miller <djm@mindrot.org>1999-11-23 11:24:32 +1100
commit3744b5191822525a69861c1bc035cf955be196a1 (patch)
tree6bfe45789d09f666ba68520dc3bd5ed83f8665cb /sshd.c
parent294df785b8f67a5890d1e49ba883d530cdfb534c (diff)
- Numerous little Solaris fixes
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sshd.c b/sshd.c
index e8781076..5718eae9 100644
--- a/sshd.c
+++ b/sshd.c
@@ -18,7 +18,7 @@ agent connections.
*/
#include "includes.h"
-RCSID("$Id: sshd.c,v 1.28 1999/11/22 03:27:24 damien Exp $");
+RCSID("$Id: sshd.c,v 1.29 1999/11/23 00:24:32 damien Exp $");
#include "xmalloc.h"
#include "rsa.h"
@@ -32,10 +32,6 @@ RCSID("$Id: sshd.c,v 1.28 1999/11/22 03:27:24 damien Exp $");
#include "uidswap.h"
#include "compat.h"
-#ifdef HAVE_MAILLOCK_H
-# include <maillock.h>
-#endif
-
#ifdef LIBWRAP
#include <tcpd.h>
#include <syslog.h>