[systemd-devel] [PATCH 3/7] calendar: functions and callings to handle the months's labels

Lennart Poettering lennart at poettering.net
Mon Oct 27 05:41:20 PDT 2014


On Mon, 27.10.14 08:42, Daniele Medri (dmedri at gmail.com) wrote:

>  typedef struct CalendarSpec {
>          int weekdays_bits;
> +	 int months_bits;
>  

I see the usefulness of the functionality, and I am willing to take a
patch for this, but adding a new months_bits field here is not the way
to go I fear, simply because it is entirely redundant given the
"month" linked list we already have in place. Specifying a textual
month should simply translate into the right change to "month", not
more.

Lennart

-- 
Lennart Poettering, Red Hat


More information about the systemd-devel mailing list