[Bug 315] New: add miissing includes and defines for FREEBSD
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Fri Jun 28 15:50:58 EST 2002
http://bugzilla.mindrot.org/show_bug.cgi?id=315
Summary: add miissing includes and defines for FREEBSD
Product: Portable OpenSSH
Version: -current
Platform: Other
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
--- session.c.orig Wed Jun 26 15:51:06 2002
+++ session.c Wed Jun 26 18:20:35 2002
@@ -64,6 +64,13 @@
#define is_winnt (GetVersion() < 0x80000000)
#endif
+#ifdef __FreeBSD__
+#include <libutil.h>
+#include <syslog.h>
+#include <time.h>
+#define _PATH_CHPASS "/usr/bin/passwd"
+#endif /* __FreeBSD__ */
+
/* func */
Session *session_new(void);
------- 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