mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
present __DragonFly_version, from DragonFlyBSD
This commit is contained in:
parent
2077b880d8
commit
64f8490ede
@ -54,6 +54,9 @@ tor_libc_get_version_str(void)
|
||||
#else /* !defined(CHECK_LIBC_VERSION) */
|
||||
#ifdef __BSD_VISIBLE
|
||||
#include <sys/param.sh>
|
||||
#ifdef __DragonFly_version
|
||||
return STR(__DragonFly_version);
|
||||
#endif
|
||||
#ifdef __FreeBSD__
|
||||
return STR(__FreeBSD_version);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user