mirror of
https://git.freebsd.org/ports.git
synced 2025-07-08 04:49:17 -04:00
osquery exposes an operating system as a high-performance relational database. This allows you to write SQL-based queries to explore operating system data. With osquery, SQL tables represent abstract concepts such as running processes, loaded kernel modules, open network connections, browser plugins, hardware events or file hashes. WWW: https://osquery.io/ Sponsored by: Beer from wxs@
10 lines
290 B
C++
10 lines
290 B
C++
--- third-party/glog/src/logging_unittest.cc.orig 2015-05-10 14:03:15 UTC
|
|
+++ third-party/glog/src/logging_unittest.cc
|
|
@@ -61,6 +61,7 @@ DECLARE_string(log_backtrace_at); // lo
|
|
|
|
#ifdef HAVE_LIB_GFLAGS
|
|
#include <gflags/gflags.h>
|
|
+using namespace gflags;
|
|
#endif
|
|
|
|
#ifdef HAVE_LIB_GMOCK
|