summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorJake Burkholder <jake@FreeBSD.org>2000-05-23 20:41:01 +0000
committerJake Burkholder <jake@FreeBSD.org>2000-05-23 20:41:01 +0000
commit740a1973a62eaa8e1dc23e22f84dacb3346d303a (patch)
treeacf054a865eef37380f5ac3d3c07766b5bb234b0 /lib/libc
parentb4183771fd8ab7a5946fd38df04c1e24b1268bea (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/net/name6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/net/name6.c b/lib/libc/net/name6.c
index 32fe460f4155..6b1a2f90c938 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;
};