[openssh-commits] [openssh] 06/07: upstream commit

git+noreply at mindrot.org git+noreply at mindrot.org
Mon Aug 29 11:20:57 AEST 2016


This is an automated email from the git hooks/post-receive script.

djm pushed a commit to branch master
in repository openssh.

commit 5bcc1e2769f7d6927d41daf0719a9446ceab8dd7
Author: guenther at openbsd.org <guenther at openbsd.org>
Date:   Sat Aug 27 04:05:12 2016 +0000

    upstream commit
    
    Pull in <sys/time.h> for struct timeval
    
    ok deraadt@
    
    Upstream-ID: ae34525485a173bccd61ac8eefeb91c57e3b7df6
---
 misc.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/misc.h b/misc.h
index 7c76a6a..ef37557 100644
--- a/misc.h
+++ b/misc.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: misc.h,v 1.57 2016/07/15 00:24:30 djm Exp $ */
+/* $OpenBSD: misc.h,v 1.58 2016/08/27 04:05:12 guenther Exp $ */
 
 /*
  * Author: Tatu Ylonen <ylo at cs.hut.fi>
@@ -15,6 +15,8 @@
 #ifndef _MISC_H
 #define _MISC_H
 
+#include <sys/time.h>
+
 /* Data structure for representing a forwarding request. */
 struct Forward {
 	char	 *listen_host;		/* Host (address) to listen on. */

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list