diff --git a/libc/include/syslog.h b/libc/include/syslog.h
index 423ededd81670fd289665fa6217c48a3509eb9cb..4677c143990d7ba26ee6731939d18569bb7d6aad 100644 (file)
--- a/libc/include/syslog.h
+++ b/libc/include/syslog.h
#define SYSLOG_DATA_INIT {-1, 0, 0, 0, (const char *)0, LOG_USER, 0xff}
-#define _PATH_LOG "/dev/kmsg"
+#define _PATH_LOG "/dev/syslog"
extern void closelog(void);
extern void openlog(const char *, int, int);