f14e05226b
ChallengeResponseAuthentication no UseLogin no patch for configure, to detect MAP_ANON submitted by: Christophe Labouisse,Michael Handler,Gert Doering,Phil Oleson,Dave Baker fix missing includes for "canohost.h"
12 lines
289 B
C
12 lines
289 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 __FreeBSD__
|
|
+#include <libutil.h>
|
|
+#endif
|
|
#if defined(HAVE_DEV_PTMX) && defined(HAVE_SYS_STROPTS_H)
|
|
# include <sys/stropts.h>
|
|
#endif
|