]> andersk Git - openssh.git/commitdiff
- (djm) Bug #317: FreeBSD needs libutil.h for openpty() Report from
authordjm <djm>
Mon, 21 Oct 2002 00:50:25 +0000 (00:50 +0000)
committerdjm <djm>
Mon, 21 Oct 2002 00:50:25 +0000 (00:50 +0000)
   dirk.meyer@dinoex.sub.org

ChangeLog
includes.h

index 6bda3a7371e5b06094eaa54b953981889e0b9fe0..85ffdd1ff3f1cb6cb702098760cbbb85f742f428 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 20021021
- - (djm) Kill ssh-rand-helper children on timeout, patch from 
-   dtucker@zip.com.au
+ - (djm) Bug #317: FreeBSD needs libutil.h for openpty() Report from 
+   dirk.meyer@dinoex.sub.org
+ - (djm) Bug #317: FreeBSD needs libutil.h for openpty()
 
 20021015
  - (bal) Fix bug id 383 and only call loginrestrict for AIX if not root.
index d7b875c529484c48dedc8e9f25ac9ac2e20a9e16..37d402ef40d46aa4fb12954ff5894d9b4b2ebdac 100644 (file)
@@ -157,6 +157,10 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
 # include <tmpdir.h>
 #endif
 
+#ifdef HAVE_LIBUTIL_H
+# include <libutil.h> /* Openpty on FreeBSD at least */
+#endif
+
 #include <openssl/opensslv.h> /* For OPENSSL_VERSION_NUMBER */
 
 #include "defines.h"
This page took 0.050392 seconds and 5 git commands to generate.