mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-11-23 18:23:25 +08:00
- (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;
|
||||
reported by Ike Devolder; ok markus@
|
||||
- (djm) [openbsd-compat/Makefile.in] Add missing explicit_bzero.o
|
||||
- (djm) [regress/setuid-allowed.c] Missing string.h for strerror()
|
||||
|
||||
20140131
|
||||
- (djm) [sandbox-seccomp-filter.c sandbox-systrace.c] Allow shutdown(2)
|
||||
|
@ -23,6 +23,7 @@
|
||||
# include <sys/statvfs.h>
|
||||
#endif
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user