mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-30 01:05:14 +02:00
- (djm) [sshconnect.c] Need signal.h for prototype for kill(2)
This commit is contained in:
parent
47e57bfab4
commit
9c0c31d2db
@ -1,6 +1,7 @@
|
|||||||
20101011
|
20101011
|
||||||
- (djm) [canohost.c] Zero a4 instead of addr to better match type.
|
- (djm) [canohost.c] Zero a4 instead of addr to better match type.
|
||||||
bz#1825, reported by foo AT mailinator.com
|
bz#1825, reported by foo AT mailinator.com
|
||||||
|
- (djm) [sshconnect.c] Need signal.h for prototype for kill(2)
|
||||||
|
|
||||||
20101011
|
20101011
|
||||||
- (djm) [configure.ac] Use = instead of == in shell tests. Patch from
|
- (djm) [configure.ac] Use = instead of == in shell tests. Patch from
|
||||||
|
@ -34,6 +34,7 @@
|
|||||||
#include <paths.h>
|
#include <paths.h>
|
||||||
#endif
|
#endif
|
||||||
#include <pwd.h>
|
#include <pwd.h>
|
||||||
|
#include <signal.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user