Mailing List Archive

[openssh] 01/01: nother sys/queue.h -> sys-queue.h fix
This is an automated email from the git hooks/post-receive script.

djm pushed a commit to branch master
in repository openssh.

commit 62f678dd51660d6f8aee1da33d3222c5de10a89e
Author: Damien Miller <djm@mindrot.org>
Date: Tue Feb 24 09:02:54 2015 +1100

nother sys/queue.h -> sys-queue.h fix

spotted by Tom Christensen
---
packet.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packet.h b/packet.h
index cb19456..b0a1531 100644
--- a/packet.h
+++ b/packet.h
@@ -35,7 +35,7 @@
#endif /* WITH_OPENSSL */

#include <sys/signal.h>
-#include <sys/queue.h>
+#include "openbsd-compat/sys-queue.h"

struct kex;
struct sshkey;

--
To stop receiving notification emails like this one, please contact
djm@mindrot.org.
_______________________________________________
openssh-commits mailing list
openssh-commits@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-commits