mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-25 03:12:10 +00:00
- (dtucker) [readconf.c] Include <arpa/inet.h> for the hton macros. Fixes
build with HP-UX's compiler. Patch from Kevin Brott.
This commit is contained in:
parent
7e5cec6070
commit
0eeafcd76b
@ -1,6 +1,8 @@
|
|||||||
20140131
|
20140131
|
||||||
- (djm) [sandbox-seccomp-filter.c sandbox-systrace.c] Allow shutdown(2)
|
- (djm) [sandbox-seccomp-filter.c sandbox-systrace.c] Allow shutdown(2)
|
||||||
syscall from sandboxes; it may be called by packet_close.
|
syscall from sandboxes; it may be called by packet_close.
|
||||||
|
- (dtucker) [readconf.c] Include <arpa/inet.h> for the hton macros. Fixes
|
||||||
|
build with HP-UX's compiler. Patch from Kevin Brott.
|
||||||
|
|
||||||
20140130
|
20140130
|
||||||
- (djm) [configure.ac] Only check for width-specified integer types
|
- (djm) [configure.ac] Only check for width-specified integer types
|
||||||
|
@ -22,6 +22,7 @@
|
|||||||
#include <netinet/in.h>
|
#include <netinet/in.h>
|
||||||
#include <netinet/in_systm.h>
|
#include <netinet/in_systm.h>
|
||||||
#include <netinet/ip.h>
|
#include <netinet/ip.h>
|
||||||
|
#include <arpa/inet.h>
|
||||||
|
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user