aboutsummaryrefslogtreecommitdiff
path: root/src/cmdline.h
diff options
context:
space:
mode:
authorEugeny N Dzhurinsky <bofh@office.redwerk.com>2009-07-22 13:40:19 +0200
committerMax Kellermann <max@duempel.org>2009-07-22 13:40:19 +0200
commitbdb1965b506ee97e7e8a07253e29c2f4cc3d6bf6 (patch)
tree074d7dc3f9e946fa4587ef72788de6878bc257d1 /src/cmdline.h
parentc9d43b4d713d508b6f5b67cfffba9296f9436934 (diff)
cmdline: renamed options.stderr to options.log_stderr
On FreeBSD, "stderr" is a macro, and using this name for a struct member breaks the build. [mk: renamed _stderr to log_stderr]
Diffstat (limited to 'src/cmdline.h')
-rw-r--r--src/cmdline.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmdline.h b/src/cmdline.h
index fef1712d..05bf7379 100644
--- a/src/cmdline.h
+++ b/src/cmdline.h
@@ -25,7 +25,7 @@
struct options {
gboolean kill;
gboolean daemon;
- gboolean stderr;
+ gboolean log_stderr;
gboolean verbose;
int create_db;
};