summaryrefslogtreecommitdiffstats
path: root/mbbsd/cal.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/cal.c')
-rw-r--r--mbbsd/cal.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/mbbsd/cal.c b/mbbsd/cal.c
index 91ec3cf0..d37f1100 100644
--- a/mbbsd/cal.c
+++ b/mbbsd/cal.c
@@ -624,8 +624,11 @@ p_sysinfo(void)
#ifdef CRITICAL_MEMORY
" CRITICAL_MEMORY"
#endif
-#ifdef OUTTACACHE
- " OUTTACACHE"
+#ifdef UTMPD
+ " UTMPD"
+#endif
+#ifdef FROMD
+ " FROMD"
#endif
);
}