diff options
Diffstat (limited to 'security/openssh/files/patch-sshpty.c')
-rw-r--r-- | security/openssh/files/patch-sshpty.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/security/openssh/files/patch-sshpty.c b/security/openssh/files/patch-sshpty.c new file mode 100644 index 000000000000..779f890a1493 --- /dev/null +++ b/security/openssh/files/patch-sshpty.c @@ -0,0 +1,14 @@ +--- sshpty.c.orig Sun Mar 4 02:46:30 2001 ++++ sshpty.c Sat May 26 15:21:34 2001 +@@ -14,7 +14,11 @@ + #include "includes.h" + RCSID("$OpenBSD: sshpty.c,v 1.1 2001/03/04 01:46:30 djm Exp $"); + ++#ifdef __FreeBSD__ ++#include <libutil.h> ++#else + #include <util.h> ++#endif + #include "sshpty.h" + #include "log.h" + |