NSDISPATCH(3): Fix warning

This commit is contained in:
Sebastian Huber 2014-11-03 15:19:56 +01:00
parent ffbee8a6c4
commit f90fdf3b68

View File

@ -204,7 +204,7 @@ enum nss_lookup_type {
typedef struct _ns_dbt {
const char *name; /* name of database */
ns_src *srclist; /* list of sources */
int srclistsize; /* size of srclist */
unsigned int srclistsize; /* size of srclist */
} ns_dbt;
/*