Subject: Re: -current not building (i386) libc/_def_time.ln
To: Steven M. Bellovin <smb@cs.columbia.edu>
From: Tom Spindler <dogcow@babymeat.com>
List: current-users
Date: 03/29/2007 18:14:14
> /usr/src/lib/libc/locale/_def_time.c(16): redeclaration of _DefaultTimeLocale [27]
> /usr/src/lib/libc/locale/_def_time.c(42): redeclaration of_CurrentTimeLocale [27]

I've sent mail to manu and source-changes about this; the workaround/fix
seems to be "remove const from _CurrentTimeLocale and _DefaultTimeLocale
in src/sys/sys/localedef.h".