mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-07-22 20:25:53 +08:00
NSDISPATCH(3): Fix warning
This commit is contained in:
parent
ffbee8a6c4
commit
f90fdf3b68
@ -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;
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user