- (djm) [regress/setuid-allowed.c] Missing string.h for strerror()
This commit is contained in:
parent
bf7e0f03be
commit
9c449bc183
|
@ -66,6 +66,7 @@
|
||||||
canonicalisation to unbreak case-sensitive matching of ssh_config;
|
canonicalisation to unbreak case-sensitive matching of ssh_config;
|
||||||
reported by Ike Devolder; ok markus@
|
reported by Ike Devolder; ok markus@
|
||||||
- (djm) [openbsd-compat/Makefile.in] Add missing explicit_bzero.o
|
- (djm) [openbsd-compat/Makefile.in] Add missing explicit_bzero.o
|
||||||
|
- (djm) [regress/setuid-allowed.c] Missing string.h for strerror()
|
||||||
|
|
||||||
20140131
|
20140131
|
||||||
- (djm) [sandbox-seccomp-filter.c sandbox-systrace.c] Allow shutdown(2)
|
- (djm) [sandbox-seccomp-filter.c sandbox-systrace.c] Allow shutdown(2)
|
||||||
|
|
|
@ -23,6 +23,7 @@
|
||||||
# include <sys/statvfs.h>
|
# include <sys/statvfs.h>
|
||||||
#endif
|
#endif
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <string.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Reference in New Issue