summaryrefslogtreecommitdiff
path: root/security/openssh/files/patch-as
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>1999-12-23 06:37:30 +0000
committerBrian Feldman <green@FreeBSD.org>1999-12-23 06:37:30 +0000
commitccf991de8fbcc29d769f5b638bae5714b63a8a96 (patch)
tree90458bf594cfb9223e60573f63a3fcb729af87a0 /security/openssh/files/patch-as
parentDistfile changed on master site. (diff)
Update to today's OpenSSH.
The version is now 1.2.1, from 1.2. You can mv your old distfiles/OpenSSH-1.2 dir to distfiles/OpenSSH-1.2.1, if you want to not waste time/space. Some minor nits have been fixed, and a couple bugs. One sizeof(len) should have just been len, and, in markus's words, "fix get_remote_port() and friends for sshd -i".
Notes
Notes: svn path=/head/; revision=23866
Diffstat (limited to 'security/openssh/files/patch-as')
-rw-r--r--security/openssh/files/patch-as14
1 files changed, 14 insertions, 0 deletions
diff --git a/security/openssh/files/patch-as b/security/openssh/files/patch-as
new file mode 100644
index 000000000000..b65bcb5e6e6a
--- /dev/null
+++ b/security/openssh/files/patch-as
@@ -0,0 +1,14 @@
+--- pty.c.orig Thu Dec 23 01:13:10 1999
++++ pty.c Thu Dec 23 01:14:05 1999
+@@ -16,7 +16,11 @@
+ #include "includes.h"
+ RCSID("$Id: pty.c,v 1.11 1999/12/11 09:35:46 markus Exp $");
+
++#ifdef __FreeBSD__
++#include <libutil.h>
++#else
+ #include <util.h>
++#endif
+ #include "pty.h"
+ #include "ssh.h"
+