diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2017-06-23 02:42:04 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2017-06-23 02:42:04 +0000 |
| commit | 43988e3f509abc137da6a7f19cbeeafb2160816e (patch) | |
| tree | a6aa8549e1f8ecd19f227ab7cf69c6f139d3caf1 /contrib/ipfilter/tools | |
| parent | 3dfcef9d299bf05df9648a907b00687be9ff4545 (diff) | |
Notes
Diffstat (limited to 'contrib/ipfilter/tools')
| -rw-r--r-- | contrib/ipfilter/tools/ipf_y.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ipfilter/tools/ipf_y.y b/contrib/ipfilter/tools/ipf_y.y index 26db2a22e45e..2240a2a1c21f 100644 --- a/contrib/ipfilter/tools/ipf_y.y +++ b/contrib/ipfilter/tools/ipf_y.y @@ -2303,7 +2303,7 @@ makepool(list) for (n = top, a = list; (n != NULL) && (a != NULL); a = a->al_next) { if (use_inet6 == 1) { -#ifdef AF_INET6 +#ifdef USE_INET6 n->ipn_addr.adf_family = AF_INET6; n->ipn_addr.adf_addr = a->al_i6addr; n->ipn_addr.adf_len = offsetof(addrfamily_t, |
