summaryrefslogtreecommitdiff
path: root/security/openssh-portable/files/patch-sshpty.c
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-10-26 03:56:53 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-10-26 03:56:53 +0000
commit0a7cc8117d3d82d2855eadaed0a2f35481e01a7e (patch)
tree615989b036ff21de76662d2c0eebcf15ff23023a /security/openssh-portable/files/patch-sshpty.c
parentFix build on -current (diff)
- cleanup of mor patches
- fix Makefile to avoid key-generation on bento.
Notes
Notes: svn path=/head/; revision=68853
Diffstat (limited to 'security/openssh-portable/files/patch-sshpty.c')
-rw-r--r--security/openssh-portable/files/patch-sshpty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/openssh-portable/files/patch-sshpty.c b/security/openssh-portable/files/patch-sshpty.c
index 4e31a1a0ed21..090be41de9ef 100644
--- a/security/openssh-portable/files/patch-sshpty.c
+++ b/security/openssh-portable/files/patch-sshpty.c
@@ -4,7 +4,7 @@
#ifdef HAVE_PTY_H
# include <pty.h>
#endif
-+#ifdef __FreeBSD__
++#ifdef HAVE_LIBUTIL_H
+#include <libutil.h>
+#endif
#if defined(HAVE_DEV_PTMX) && defined(HAVE_SYS_STROPTS_H)