mirror of
https://frontier.innolan.net/rainlance/amiga-fping.git
synced 2025-11-20 22:20:56 +00:00
Fix complication problem on FreeBSD (#57)
This commit is contained in:
@ -1,6 +1,9 @@
|
|||||||
UNRELEASED David Schweikert <david@schweikert.ch>
|
UNRELEASED David Schweikert <david@schweikert.ch>
|
||||||
* Fix random output on socket error (reported by Aleksandrs Saveljevs, #56)
|
* Fix random output on socket error (reported by Aleksandrs Saveljevs, #56)
|
||||||
* Initial test suite and continous intergration (with travis-ci.org / coveralls.io)
|
* Initial test suite and continous intergration (with travis-ci.org / coveralls.io)
|
||||||
|
* Support ppc64le architecture by including alpha libtool version
|
||||||
|
(reported by Amit Kumar Gupta and Aravinda B Thunug)
|
||||||
|
* Fix complication problem on FreeBSD (#57)
|
||||||
|
|
||||||
2013-11-08 David Schweikert <david@schweikert.ch>
|
2013-11-08 David Schweikert <david@schweikert.ch>
|
||||||
* Version 3.8
|
* Version 3.8
|
||||||
|
|||||||
@ -4,6 +4,7 @@
|
|||||||
#define __APPLE_USE_RFC_3542 1
|
#define __APPLE_USE_RFC_3542 1
|
||||||
|
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
|
#include <sys/types.h>
|
||||||
#include <netinet/in.h>
|
#include <netinet/in.h>
|
||||||
|
|
||||||
#ifndef IPV6
|
#ifndef IPV6
|
||||||
|
|||||||
Reference in New Issue
Block a user