From 52a49e9add7b3618c65782b64c48226311dda01a Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Sun, 22 Feb 2015 14:41:45 +0000 Subject: logger: move /dev/log to pathnames.h Signed-off-by: Sami Kerola --- include/pathnames.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/pathnames.h') 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 */ -- cgit v1.2.3-55-g7522