[tor-commits] [tlsdate/master] give DragonFly BSD the sacred	timespec
    ioerror at torproject.org 
    ioerror at torproject.org
       
    Fri Apr 19 04:11:44 UTC 2013
    
    
  
commit e74d26cd1fcceb841b448ea7d37c48c6bbaca5b2
Author: Jacob Appelbaum <jacob at appelbaum.net>
Date:   Thu Apr 18 20:34:18 2013 -0700
    give DragonFly BSD the sacred timespec
---
 src/compat/clock.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/compat/clock.h b/src/compat/clock.h
index adea7ff..2bcdb2e 100644
--- a/src/compat/clock.h
+++ b/src/compat/clock.h
@@ -30,7 +30,7 @@
 #endif
 
 struct tlsdate_time {
-#if defined(__linux__) || defined(__FreeBSD__) || defined (__NetBSD__) || defined (__OpenBSD__)
+#if defined(__linux__) || defined(__FreeBSD__) || defined (__NetBSD__) || defined (__OpenBSD__) || defined (__DragonFly__)
     struct timespec tp;
 #elif defined(__APPLE__)
     mach_timespec_t tp;
    
    
More information about the tor-commits
mailing list