summaryrefslogtreecommitdiffstats
path: root/include/pathnames.h
diff options
context:
space:
mode:
authorSami Kerola2015-02-22 15:41:45 +0100
committerKarel Zak2015-02-24 13:18:49 +0100
commit52a49e9add7b3618c65782b64c48226311dda01a (patch)
tree2c835d5b652dd3929824b1119f70eac9706248e9 /include/pathnames.h
parentrpmatch: use symbolic value when evaluation return codes (diff)
downloadkernel-qcow2-util-linux-52a49e9add7b3618c65782b64c48226311dda01a.tar.gz
kernel-qcow2-util-linux-52a49e9add7b3618c65782b64c48226311dda01a.tar.xz
kernel-qcow2-util-linux-52a49e9add7b3618c65782b64c48226311dda01a.zip
logger: move /dev/log to pathnames.h
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'include/pathnames.h')
-rw-r--r--include/pathnames.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/pathnames.h b/include/pathnames.h
index cbc93b769..cc01589cd 100644
--- a/include/pathnames.h
+++ b/include/pathnames.h
@@ -193,5 +193,8 @@
/* kernel command line */
#define _PATH_PROC_CMDLINE "/proc/cmdline"
+/* logger paths */
+#define _PATH_DEVLOG "/dev/log"
+
#endif /* PATHNAMES_H */