[openssh-commits] [openssh] 02/02: no need for glob.h here
git+noreply at mindrot.org
git+noreply at mindrot.org
Mon Sep 19 21:00:03 AEST 2022
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit 5f954929e9f173dd1e279e07d0e8b14fa845814d
Author: Damien Miller <djm at mindrot.org>
Date: Mon Sep 19 20:59:34 2022 +1000
no need for glob.h here
it also causes portability problems
---
sftp-usergroup.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/sftp-usergroup.c b/sftp-usergroup.c
index fa06fd0a..083930a4 100644
--- a/sftp-usergroup.c
+++ b/sftp-usergroup.c
@@ -21,7 +21,6 @@
#include <sys/types.h>
#include <openbsd-compat/sys-tree.h>
-#include <glob.h>
#include <stdlib.h>
#include <stdarg.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