[openssh-commits] [openssh] 05/05: upstream: don't need sys/queue.h here

git+noreply at mindrot.org git+noreply at mindrot.org
Mon May 27 11:55:40 AEST 2024


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

djm pushed a commit to branch master
in repository openssh.

commit 8054b906983ceaed01fabd8188d3dac24c05ba39
Author: djm at openbsd.org <djm at openbsd.org>
AuthorDate: Mon May 27 01:52:26 2024 +0000

    upstream: don't need sys/queue.h here
    
    OpenBSD-Commit-ID: dd137396828171eb19e4911581812ca58de6c578
---
 auth2-methods.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/auth2-methods.c b/auth2-methods.c
index cddcf0ff..8652510f 100644
--- a/auth2-methods.c
+++ b/auth2-methods.c
@@ -17,7 +17,6 @@
 #include "includes.h"
 
 #include <sys/types.h>
-#include <sys/queue.h>
 
 #include <stdlib.h>
 #include <string.h>

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


More information about the openssh-commits mailing list