CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2023/01/04 08:48:00
Modified files: sys/dev/pci/drm/include/linux: string.h Log message: Implement strscpy() and implement strscpy_pad() on top of that. Fixes the return value in case of truncation. ok jsg@