[openssh-commits] [openssh] 01/01: Use sys-queue.h from compat library.
git+noreply at mindrot.org
git+noreply at mindrot.org
Sat Feb 1 17:26:00 AEDT 2020
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 92725d4d3fde675acc0ca040b48f3d0c7be73b7f
Author: Darren Tucker <dtucker at dtucker.net>
Date: Sat Feb 1 17:25:09 2020 +1100
Use sys-queue.h from compat library.
Fixes build on platforms that don't have sys/queue.h (eg MUSL).
---
servconf.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/servconf.h b/servconf.h
index deda09d9..4202a2d0 100644
--- a/servconf.h
+++ b/servconf.h
@@ -16,7 +16,7 @@
#ifndef SERVCONF_H
#define SERVCONF_H
-#include <sys/queue.h>
+#include <openbsd-compat/sys-queue.h>
#define MAX_PORTS 256 /* Max # ports. */
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list