Author: eadler
Date: Mon Mar  4 02:21:03 2013
New Revision: 247752
URL: http://svnweb.freebsd.org/changeset/base/247752

Log:
  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)

Modified:
  head/usr.bin/calendar/calendars/calendar.birthday

Modified: head/usr.bin/calendar/calendars/calendar.birthday
==============================================================================
--- head/usr.bin/calendar/calendars/calendar.birthday   Mon Mar  4 02:19:55 
2013        (r247751)
+++ head/usr.bin/calendar/calendars/calendar.birthday   Mon Mar  4 02:21:03 
2013        (r247752)
@@ -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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to