summaryrefslogtreecommitdiffstats
path: root/usr.sbin/nscd/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/nscd/log.h')
-rw-r--r--usr.sbin/nscd/log.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/nscd/log.h b/usr.sbin/nscd/log.h
index 8d665a4..e02efb5 100644
--- a/usr.sbin/nscd/log.h
+++ b/usr.sbin/nscd/log.h
@@ -26,8 +26,8 @@
* $FreeBSD$
*/
-#ifndef __CACHED_LOG_H__
-#define __CACHED_LOG_H__
+#ifndef __NSCD_LOG_H__
+#define __NSCD_LOG_H__
#define LOG_MSG_1(sender, msg, ...) __log_msg(1, sender, msg, ##__VA_ARGS__)
#define LOG_MSG_2(sender, msg, ...) __log_msg(2, sender, msg, ##__VA_ARGS__)
OpenPOWER on IntegriCloud