aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-20 11:36:46 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-20 11:36:46 +0000
commit9089e3e35eb5e391da26401346a7a9277cd5e780 (patch)
treeadc044dccd60f24914bd48252787ad39fa09d1d7 /src/util
parentf5d41b56a0c95429c82817e8e6bc8e45677fef76 (diff)
downloadgnunet-9089e3e35eb5e391da26401346a7a9277cd5e780.tar.gz
gnunet-9089e3e35eb5e391da26401346a7a9277cd5e780.zip
fix
Diffstat (limited to 'src/util')
-rw-r--r--src/util/os_network.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/os_network.c b/src/util/os_network.c
index 88fefd066..2835e6193 100644
--- a/src/util/os_network.c
+++ b/src/util/os_network.c
@@ -33,7 +33,7 @@
33 33
34 34
35#define LOG(kind,...) GNUNET_log_from (kind, "util", __VA_ARGS__) 35#define LOG(kind,...) GNUNET_log_from (kind, "util", __VA_ARGS__)
36 36#define LOG_STRERROR_FILE(kind,syscall,filename) GNUNET_log_from_strerror_file (kind, "util", syscall, filename)
37 37
38/** 38/**
39 * @brief Enumerate all network interfaces 39 * @brief Enumerate all network interfaces