summaryrefslogtreecommitdiffstats
path: root/ksym_mod.c
diff options
context:
space:
mode:
Diffstat (limited to 'ksym_mod.c')
-rw-r--r--ksym_mod.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ksym_mod.c b/ksym_mod.c
index d61250f2..12f2c010 100644
--- a/ksym_mod.c
+++ b/ksym_mod.c
@@ -1,3 +1,4 @@
+#ifdef FEATURE_KLOGD
/*
ksym_mod.c - functions for building symbol lookup tables for klogd
Copyright (c) 1995, 1996 Dr. G.W. Wettstein <greg@wind.rmcc.com>
@@ -83,7 +84,6 @@
/* Includes. */
#include <stdlib.h>
-#include <malloc.h>
#include <unistd.h>
#include <signal.h>
#include <errno.h>
@@ -698,3 +698,4 @@ extern void Syslog(int priority, char *fmt, ...)
}
#endif
+#endif /* #ifdef FEATURE_KLOGD */