Closed issue by firmwarecostum on void-packages repository https://github.com/void-linux/void-packages/issues/47917 Description: ### Is this a new report? Yes ### System Info no ### Package(s) Affected nss-mdns ### Does a report exist for this bug with the project's home (upstream) and/or another distro? nss-mdns-0.15.1 ``` #ifndef _NSS_H #define _NSS_H 1 #include #include #include #include /* Possible results of lookup using a nss_* function. */ enum nss_status { NSS_STATUS_TRYAGAIN = -2, NSS_STATUS_UNAVAIL, NSS_STATUS_NOTFOUND, NSS_STATUS_SUCCESS, NSS_STATUS_RETURN }; /* Data structure used for the 'gethostbyname4_r' function. */ struct gaih_addrtuple { struct gaih_addrtuple *next; char *name; int family; uint32_t addr[4]; uint32_t scopeid; }; #endif ``` ### Expected behaviour no ### Actual behaviour no ### Steps to reproduce no