mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 20:49:01 -04:00
change PRI_TIME_T to ldd on BSD platforms
This commit is contained in:
parent
a2d312d0a0
commit
139348c2b7
@ -48,7 +48,7 @@
|
|||||||
|
|
||||||
#if defined(OpenBSD) || defined(__FreeBSD_version) || \
|
#if defined(OpenBSD) || defined(__FreeBSD_version) || \
|
||||||
defined(NetBSD) || defined(__DragonFly_version)
|
defined(NetBSD) || defined(__DragonFly_version)
|
||||||
#define PRI_TIME_T "d"
|
#define PRI_TIME_T "lld"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(__linux__)
|
#if defined(__linux__)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user