freebsd-ports/security/hpn-ssh/files/patch-sshpty.c
Dirk Meyer 0a7cc8117d - cleanup of mor patches
- fix Makefile to avoid key-generation on bento.
2002-10-26 03:56:53 +00:00

12 lines
292 B
C

--- sshpty.c.orig Wed Jun 26 01:21:42 2002
+++ sshpty.c Fri Jun 28 07:09:38 2002
@@ -30,6 +30,9 @@
#ifdef HAVE_PTY_H
# include <pty.h>
#endif
+#ifdef HAVE_LIBUTIL_H
+#include <libutil.h>
+#endif
#if defined(HAVE_DEV_PTMX) && defined(HAVE_SYS_STROPTS_H)
# include <sys/stropts.h>
#endif