CVSROOT: /cvs Module name: ports Changes by: [email protected] 2022/10/13 10:16:49
Modified files:
x11/fvwm3 : Makefile
x11/fvwm3/patches: patch-modules_FvwmScript_Instructions_c
Added files:
x11/fvwm3/patches: patch-fvwm_ewmh_c
Log message:
x11/fvwm3: fix casting for time_t and clock_t
- patches/patch-fvwm_ewmh_c: cast clock_t to `long long' and print it
with %lld
- patches/patch-modules_FvwmScript_Instructions_c: fix the casting:
should be `long long', not only `long'!
