> +#if 0 > + > +/* Currently not working */ > +static void > +free_tzdata (TzLocation *tz) > +{ > + > + if (tz->country) > + g_free(tz->country); > + if (tz->zone) > + g_free(tz->zone); > + if (tz->comment) > + g_free(tz->comment); > + > + g_free(tz); > +} > +#endif > +#ifndef __sun > +# define TZ_DATA_FILE "/usr/share/zoneinfo/zone.tab" > +#else > +# define TZ_DATA_FILE "/usr/share/lib/zoneinfo/tab/zone_sun.tab" > +#endif I'd still like to see code that's ifdeffed out or has anything to do with sun removed, since we're not going to have to deal with those. - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list