diff options
author | eadler <eadler@FreeBSD.org> | 2013-03-04 02:21:03 +0000 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-03-04 02:21:03 +0000 |
commit | ccc856324845d0f873bb845c6d879210f8f7ebed (patch) | |
tree | 89d88da0ca4aa13cbf2fa49bffcca63e7c78a526 /usr.bin/calendar | |
parent | 5175512e239622e91230d350a1a2986774b17698 (diff) | |
download | FreeBSD-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.birthday | 1 |
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 |