diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-03-12 17:54:07 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-03-12 17:54:07 +0000 |
commit | 5b2b1d78087f359682131bd6d150db0b610ca073 (patch) | |
tree | b0986b781d9c6940acbec4cf330d892e0f8c220e /security/openssh/files/patch-sshpty.c | |
parent | create 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-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" + |