Loading src/common/log.c +0 −4 Original line number Diff line number Diff line Loading @@ -25,11 +25,7 @@ const char log_c_id[] = "$Id$"; #include "./util.h" #include "./log.h" #ifdef HAVE_EVENT_H #include <event.h> #else #error "Tor requires libevent to build." #endif #define TRUNCATED_STR "[...truncated]" #define TRUNCATED_STR_LEN 14 Loading Loading
src/common/log.c +0 −4 Original line number Diff line number Diff line Loading @@ -25,11 +25,7 @@ const char log_c_id[] = "$Id$"; #include "./util.h" #include "./log.h" #ifdef HAVE_EVENT_H #include <event.h> #else #error "Tor requires libevent to build." #endif #define TRUNCATED_STR "[...truncated]" #define TRUNCATED_STR_LEN 14 Loading