summaryrefslogtreecommitdiff
path: root/security/openssh/files/patch-sshd.c
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-03-12 17:54:07 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-03-12 17:54:07 +0000
commit5b2b1d78087f359682131bd6d150db0b610ca073 (patch)
treeb0986b781d9c6940acbec4cf330d892e0f8c220e /security/openssh/files/patch-sshd.c
parentcreate ssh_config-dist and sshd_config-dist (diff)
Rename Patches to make navigation much more easier.
Notes
Notes: svn path=/head/; revision=55941
Diffstat (limited to 'security/openssh/files/patch-sshd.c')
-rw-r--r--security/openssh/files/patch-sshd.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/security/openssh/files/patch-sshd.c b/security/openssh/files/patch-sshd.c
new file mode 100644
index 000000000000..e5f14e469d89
--- /dev/null
+++ b/security/openssh/files/patch-sshd.c
@@ -0,0 +1,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