K 10 svn:author V 6 pkubaj K 8 svn:date V 27 2021-01-15T20:49:26.573402Z K 7 svn:log V 303 devel/libudev-devd: fix build with gcc10 Don't set -Werror: ../udev-device.c: In function 'udev_device_new_from_devnum': ../udev-device.c:93:2: error: 'strncpy' output may be truncated copying 31 bytes from a string of length 78 [-Werror=stringop-truncation] 93 | strncpy(devbuf, devpath + 1, 31); END