From owner-svn-src-all@FreeBSD.ORG Thu Dec 17 07:18:06 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9DC3B106566C; Thu, 17 Dec 2009 07:18:06 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 8C5238FC08; Thu, 17 Dec 2009 07:18:06 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id nBH7I67p023876; Thu, 17 Dec 2009 07:18:06 GMT (envelope-from edwin@svn.freebsd.org) Received: (from edwin@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id nBH7I6E1023874; Thu, 17 Dec 2009 07:18:06 GMT (envelope-from edwin@svn.freebsd.org) Message-Id: <200912170718.nBH7I6E1023874@svn.freebsd.org> From: Edwin Groothuis Date: Thu, 17 Dec 2009 07:18:06 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r200624 - head/usr.bin/calendar/calendars X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Dec 2009 07:18:06 -0000 Author: edwin Date: Thu Dec 17 07:18:06 2009 New Revision: 200624 URL: http://svn.freebsd.org/changeset/base/200624 Log: Add Australian, New Zealand and Ukraian calendars to the "all" target". MFC after: 1 week Modified: head/usr.bin/calendar/calendars/calendar.all Modified: head/usr.bin/calendar/calendars/calendar.all ============================================================================== --- head/usr.bin/calendar/calendars/calendar.all Thu Dec 17 05:06:56 2009 (r200623) +++ head/usr.bin/calendar/calendars/calendar.all Thu Dec 17 07:18:06 2009 (r200624) @@ -8,13 +8,16 @@ #define _calendar_all_ #include +#include #include #include #include #include #include -#include +#include #include +#include +#include #include #endif /* !_calendar_all_ */