Christian Göttsche 89be7c0465 Provide strlcpy declaration
strlcpy(3) might not be visible since it is declared in <bsd/string.h>.
This can lead to warnings, like:

    fields.c: In function 'change_field':
    fields.c:103:17: warning: implicit declaration of function 'strlcpy'; did you mean 'strncpy'? [-Wimplicit-function-declaration]
      103 |                 strlcpy (buf, cp, maxsize);
          |                 ^~~~~~~
          |                 strncpy

    ../lib/fields.c:103:17: warning: type of 'strlcpy' does not match original declaration [-Wlto-type-mismatch]
      103 |                 strlcpy (buf, cp, maxsize);
          |                 ^
    /usr/include/bsd/string.h:44:8: note: return value type mismatch
       44 | size_t strlcpy(char *dst, const char *src, size_t siz);
          |        ^
    /usr/include/bsd/string.h:44:8: note: type 'size_t' should match type 'int'
    /usr/include/bsd/string.h:44:8: note: 'strlcpy' was previously declared here
    /usr/include/bsd/string.h:44:8: note: code may be misoptimized unless '-fno-strict-aliasing' is used
2023-01-25 12:31:17 +01:00
..
2022-12-29 13:58:49 -06:00
2022-12-29 13:58:49 -06:00
2021-12-23 19:36:50 -06:00
2021-12-23 19:36:50 -06:00
2022-12-22 18:03:39 -06:00
2021-12-23 19:36:50 -06:00
2021-12-23 19:36:50 -06:00
2021-12-23 19:36:50 -06:00
2021-12-23 19:36:50 -06:00
2021-12-23 19:36:50 -06:00
2021-12-23 19:36:50 -06:00
2021-12-23 19:36:50 -06:00
2021-12-23 19:36:50 -06:00
2022-09-27 16:52:06 +02:00
2021-12-23 19:36:50 -06:00
2022-12-22 11:43:29 +01:00
2023-01-25 12:31:17 +01:00
2022-12-22 11:43:29 +01:00
2021-12-23 19:36:50 -06:00
2021-12-23 19:36:50 -06:00
2021-12-23 19:36:50 -06:00
2022-12-22 11:43:29 +01:00
2022-05-24 07:49:11 -05:00
2021-12-23 19:36:50 -06:00
2022-09-27 16:52:06 +02:00
2022-05-24 07:49:11 -05:00
2022-05-24 07:49:11 -05:00
2022-12-22 11:43:29 +01:00
2022-12-22 11:43:29 +01:00
2022-12-22 11:43:29 +01:00
2022-12-22 11:43:29 +01:00
2021-12-23 19:36:50 -06:00
2022-12-22 11:43:29 +01:00
2021-12-23 19:36:50 -06:00
2022-05-24 07:49:11 -05:00
2022-09-27 16:52:06 +02:00
2022-12-22 11:43:29 +01:00
2022-12-22 11:43:29 +01:00
2022-12-22 11:43:29 +01:00