summaryrefslogtreecommitdiffstats
path: root/usr.bin/calendar/ostern.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/calendar/ostern.c')
-rw-r--r--usr.bin/calendar/ostern.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/calendar/ostern.c b/usr.bin/calendar/ostern.c
index 76e5933..89e7b1c 100644
--- a/usr.bin/calendar/ostern.c
+++ b/usr.bin/calendar/ostern.c
@@ -30,7 +30,6 @@ __FBSDID("$FreeBSD$");
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <time.h>
#include "calendar.h"
@@ -88,7 +87,7 @@ geteaster(char *s, int year)
else
return (0);
-#if DEBUG
+#ifdef DEBUG
printf("%s %d %d\n", s, year, EASTERNAMELEN);
#endif
OpenPOWER on IntegriCloud