From: Sascha Wildner Date: Thu, 20 Feb 2014 21:35:50 +0000 (+0100) Subject: libcalendar: Use our own definition of NULL, instead of rolling an own. X-Git-Tag: v3.9.0~505 X-Git-Url: https://gitweb.dragonflybsd.org/~tuxillo/dragonfly.git/commitdiff_plain/4699ce0091cc8dca577f692bff8d79cbac437276 libcalendar: Use our own definition of NULL, instead of rolling an own. --- diff --git a/lib/libcalendar/calendar.c b/lib/libcalendar/calendar.c index 1aeeabaef1..3dc8538069 100644 --- a/lib/libcalendar/calendar.c +++ b/lib/libcalendar/calendar.c @@ -24,15 +24,11 @@ * SUCH DAMAGE. * * $FreeBSD: src/lib/libcalendar/calendar.c,v 1.3 1999/08/28 00:04:03 peter Exp $ - * $DragonFly: src/lib/libcalendar/calendar.c,v 1.2 2003/06/17 04:26:48 dillon Exp $ */ +#include #include "calendar.h" -#ifndef NULL -#define NULL 0 -#endif - /* * For each month tabulate the number of days elapsed in a year before the * month. This assumes the internal date representation, where a year