[openssh-commits] [openssh] branch master updated: bsd-openpty: include stdio.h for snprintf
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue Oct 21 10:20:15 AEDT 2025
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
The following commit(s) were added to refs/heads/master by this push:
new dc9af8fb0 bsd-openpty: include stdio.h for snprintf
dc9af8fb0 is described below
commit dc9af8fb0436013afb544248e0afc2fd02a1a8fa
Author: Mike Frysinger <vapier at gentoo.org>
AuthorDate: Sun Oct 19 09:33:23 2025 -0400
bsd-openpty: include stdio.h for snprintf
---
openbsd-compat/bsd-openpty.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/openbsd-compat/bsd-openpty.c b/openbsd-compat/bsd-openpty.c
index f08d6156d..2f1286258 100644
--- a/openbsd-compat/bsd-openpty.c
+++ b/openbsd-compat/bsd-openpty.c
@@ -38,6 +38,7 @@
#include <sys/types.h>
#include <stdlib.h>
+#include <stdio.h>
#include <sys/stat.h>
#ifdef HAVE_SYS_IOCTL_H
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list