diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/net/name6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/net/name6.c b/lib/libc/net/name6.c index 32fe460..6b1a2f9 100644 --- a/lib/libc/net/name6.c +++ b/lib/libc/net/name6.c @@ -990,7 +990,7 @@ _nis_ghbyaddr(const void *addr, int addrlen, int af, int *errp) #endif struct __res_type_list { - SLIST_ENTRY(__res_type_list) rtl_entry; + SLIST_ENTRY(struct __res_type_list) rtl_entry; int rtl_type; }; |