1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00
Files
Jamie Landeg-Jones 1c2c25efa8 sysutils/symon: Fix build on 32 bit machines
symonnet.c:76:9: error: comparison of integers of different signs: 'ssize_t' (aka 'int') and 'u_int32_t' (aka 'unsigned int') [-Werror,-Wsign-compare]"

While here, also remove the unneccesary dependency on "groff".

PR:	293667
2026-03-09 00:41:35 +03:00
..