blob: e5f14e469d89a5d12bd9b978e1edf32f18fe4297 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- /home/bright/ssh/ssh/sshd.c Thu Aug 17 13:06:34 2000
+++ sshd.c Fri Feb 9 11:19:08 2001
@@ -49,6 +49,12 @@
int deny_severity = LOG_WARNING;
#endif /* LIBWRAP */
+#ifdef __FreeBSD__
+#include <libutil.h>
+#include <syslog.h>
+#include <time.h>
+#endif /* __FreeBSD__ */
+
#ifndef O_NOCTTY
#define O_NOCTTY 0
#endif
|