On 2019/05/23 10:31, Jens Johansson wrote:
> Anyway, I managed to fix it by changing one line in the file which on my
> system is here:
> /usr/ports/pobj/uemacs-4.0/src/unix.c
>
> Around line 1233
> ----------- ><8------------
> /** Get time of day **/
> char * timeset()
> {
> long int buf; /* Should be time_t */
> char * sp, * cp;
> ----------- ><8------------
>
> When you change "long int" to "time_t" and recompile it, it works.Thanks - fix committed to -current ports.
