summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--regress/setuid-allowed.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 40e347e43..cccbfc7a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -66,6 +66,7 @@
66 canonicalisation to unbreak case-sensitive matching of ssh_config; 66 canonicalisation to unbreak case-sensitive matching of ssh_config;
67 reported by Ike Devolder; ok markus@ 67 reported by Ike Devolder; ok markus@
68 - (djm) [openbsd-compat/Makefile.in] Add missing explicit_bzero.o 68 - (djm) [openbsd-compat/Makefile.in] Add missing explicit_bzero.o
69 - (djm) [regress/setuid-allowed.c] Missing string.h for strerror()
69 70
7020140131 7120140131
71 - (djm) [sandbox-seccomp-filter.c sandbox-systrace.c] Allow shutdown(2) 72 - (djm) [sandbox-seccomp-filter.c sandbox-systrace.c] Allow shutdown(2)
diff --git a/regress/setuid-allowed.c b/regress/setuid-allowed.c
index 37b7dc8ad..676d2661c 100644
--- a/regress/setuid-allowed.c
+++ b/regress/setuid-allowed.c
@@ -23,6 +23,7 @@
23# include <sys/statvfs.h> 23# include <sys/statvfs.h>
24#endif 24#endif
25#include <stdio.h> 25#include <stdio.h>
26#include <string.h>
26#include <errno.h> 27#include <errno.h>
27 28
28void 29void