File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 4040# define __LITTLE_ENDIAN LITTLE_ENDIAN
4141# define __PDP_ENDIAN PDP_ENDIAN
4242
43- #elif defined(__OpenBSD__ )
43+ #elif defined(__FreeBSD__ ) || defined( __DragonFly__ ) || defined( __OpenBSD__ )
4444
4545# include <sys/endian.h>
4646
47- #elif defined(__NetBSD__ ) || defined( __FreeBSD__ ) || defined( __DragonFly__ )
47+ #elif defined(__NetBSD__ )
4848
4949# include <sys/endian.h>
5050
Original file line number Diff line number Diff line change @@ -62,8 +62,7 @@ void hdr_getnow(hdr_timespec* ts)
6262 hdr_gettime (ts );
6363}
6464
65- #elif defined(__linux__ ) || defined(__CYGWIN__ ) || defined(__OpenBSD__ )
66-
65+ #elif defined(__linux__ ) || defined(__CYGWIN__ ) || defined(__OpenBSD__ ) || defined(__FreeBSD__ ) || defined(__DragonFly__ )
6766
6867void hdr_gettime (hdr_timespec * t )
6968{
You can’t perform that action at this time.
0 commit comments