aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-20 17:47:07 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-20 17:47:07 +0000
commite0b6f7dc5c6b9e4bcfc8bfe30b91bc1d859755f3 (patch)
tree24e4853ad888395e326c99ca02013c8428704985 /src/util
parent8154c9edf0d39e8fec6f199115b02e84e49bba0b (diff)
downloadgnunet-e0b6f7dc5c6b9e4bcfc8bfe30b91bc1d859755f3.tar.gz
gnunet-e0b6f7dc5c6b9e4bcfc8bfe30b91bc1d859755f3.zip
-fix getting output from sysctl into service-helper interactions
Diffstat (limited to 'src/util')
-rw-r--r--src/util/server_mst.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/server_mst.c b/src/util/server_mst.c
index dcb8c4810..026601eb9 100644
--- a/src/util/server_mst.c
+++ b/src/util/server_mst.c
@@ -31,7 +31,7 @@
31#include "gnunet_server_lib.h" 31#include "gnunet_server_lib.h"
32#include "gnunet_time_lib.h" 32#include "gnunet_time_lib.h"
33 33
34#define DEBUG_SERVER_MST GNUNET_EXTRA_LOGGING 34#define DEBUG_SERVER_MST GNUNET_EXTRA_LOGGING
35 35
36#if HAVE_UNALIGNED_64_ACCESS 36#if HAVE_UNALIGNED_64_ACCESS
37#define ALIGN_FACTOR 4 37#define ALIGN_FACTOR 4