summaryrefslogtreecommitdiffstats
path: root/usr.bin/calendar
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2013-03-04 02:21:03 +0000
committereadler <eadler@FreeBSD.org>2013-03-04 02:21:03 +0000
commitccc856324845d0f873bb845c6d879210f8f7ebed (patch)
tree89d88da0ca4aa13cbf2fa49bffcca63e7c78a526 /usr.bin/calendar
parent5175512e239622e91230d350a1a2986774b17698 (diff)
downloadFreeBSD-src-ccc856324845d0f873bb845c6d879210f8f7ebed.zip
FreeBSD-src-ccc856324845d0f873bb845c6d879210f8f7ebed.tar.gz
Due to calendar(1)'s abuse of the C preprocessor "unix" gets expanded to
"1". 'Fix' this. PR: bin/175790 Submitted by: ak Approved by: cperciva (mentor)
Diffstat (limited to 'usr.bin/calendar')
-rw-r--r--usr.bin/calendar/calendars/calendar.birthday1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/calendar/calendars/calendar.birthday b/usr.bin/calendar/calendars/calendar.birthday
index ad78d8f..adf14a2 100644
--- a/usr.bin/calendar/calendars/calendar.birthday
+++ b/usr.bin/calendar/calendars/calendar.birthday
@@ -6,6 +6,7 @@
#ifndef _calendar_birthday_
#define _calendar_birthday_
+#undef unix
01/01 J.D. Salinger born, 1919
01/01 Paul Revere born in Boston, 1735
OpenPOWER on IntegriCloud