commit 6c8d23505b1f08d2dee13bef8a6f75d89b8917d3 Author: Jacob Appelbaum jacob@appelbaum.net Date: Wed Apr 24 22:08:30 2013 -0700
On GNU/Hurd now use a platform specific interface --- src/compat/include.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/compat/include.am b/src/compat/include.am index 55b6218..f499c70 100644 --- a/src/compat/include.am +++ b/src/compat/include.am @@ -41,7 +41,7 @@ endif endif
if TARGET_GNUHURD -src_compat_libtlsdate_compat_la_SOURCES+= src/compat/clock-linux.c +src_compat_libtlsdate_compat_la_SOURCES+= src/compat/clock-hurd.c endif
if TARGET_CYGWIN
tor-commits@lists.torproject.org