bugzilla-daemon at mindrot.org
2002-Oct-21 04:57 UTC
[Bug 315] add missing includes and defines for FREEBSD
http://bugzilla.mindrot.org/show_bug.cgi?id=315
dirk.meyer at dinoex.sub.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|add miissing includes and |add missing includes and
|defines for FREEBSD |defines for FREEBSD
------- Additional Comments From dirk.meyer at dinoex.sub.org 2002-10-21 14:57
-------
used for calls to:
int openpty __P((int *_amaster, int *_aslave, char *_name,
struct termios *_termp, struct winsize *_winp));
In openssh.3.5 this funtions have beenn moved to: sshpty.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
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2002-Oct-21 10:25 UTC
[Bug 315] add missing includes and defines for FREEBSD
http://bugzilla.mindrot.org/show_bug.cgi?id=315
djm at mindrot.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From djm at mindrot.org 2002-10-21 20:25 -------
This should be fixes as part of bug 317 - libutil.h was added to includes.h if
it is present.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.