mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-14 04:59:59 +08:00
NSDISPATCH(3): Fix warning
This commit is contained in:
@@ -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;
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user