libdnet icon indicating copy to clipboard operation
libdnet copied to clipboard

config.h.in: Fix wrong return type

Open leamas opened this issue 6 months ago • 0 comments

The strlcpy and strlcat are documented as returning size_t, not int. If there should be duplicated definitions in the libdnet sources (why?) these should match this, current code does not compile on all platforms due to conflicts with headers in /usr/include

EDIT: obviously related to #95

leamas avatar Aug 20 '24 09:08 leamas