You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fw.c: In function ‘arg_to_fr’:
fw.c:102:3: warning: implicit declaration of function ‘strlcpy’; did you mean ‘strncpy’? [-Wimplicit-function-declaration]
102 | strlcpy(fr->fw_device, argv[2], sizeof(fr->fw_device));
| ^~~~~~~
| strncpy
This is a non-standard glibc function and only available in libbsd.
The text was updated successfully, but these errors were encountered:
This is a non-standard glibc function and only available in libbsd.
The text was updated successfully, but these errors were encountered: