[Bug 312] New: canhost.h needs to be included
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Fri Jun 28 15:45:14 EST 2002
http://bugzilla.mindrot.org/show_bug.cgi?id=312
Summary: canhost.h needs to be included
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: FreeBSD
Status: NEW
Severity: normal
Priority: P2
Component: Build system
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: dirk.meyer at dinoex.sub.org
--- auth1.c.orig Fri Jun 21 08:21:11 2002
+++ auth1.c Fri Jun 28 06:57:42 2002
@@ -26,6 +26,7 @@
#include "session.h"
#include "uidswap.h"
#include "monitor_wrap.h"
+#include "canohost.h"
/* import */
extern ServerOptions options;
--- auth2.c.orig Fri Jun 21 08:21:11 2002
+++ auth2.c Fri Jun 28 06:57:56 2002
@@ -35,6 +35,7 @@
#include "dispatch.h"
#include "pathnames.h"
#include "monitor_wrap.h"
+#include "canohost.h"
/* import */
extern ServerOptions options;
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the openssh-unix-dev
mailing list