Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/net/npf/npf_ifaddr.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/net/npf/npf_ifaddr.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.5.4.2 retrieving revision 1.6 diff -u -p -r1.5.4.2 -r1.6 --- src/sys/net/npf/npf_ifaddr.c 2020/06/20 15:46:48 1.5.4.2 +++ src/sys/net/npf/npf_ifaddr.c 2019/08/25 13:21:03 1.6 @@ -33,7 +33,7 @@ #ifdef _KERNEL #include -__KERNEL_RCSID(0, "$NetBSD: npf_ifaddr.c,v 1.5.4.2 2020/06/20 15:46:48 martin Exp $"); +__KERNEL_RCSID(0, "$NetBSD: npf_ifaddr.c,v 1.6 2019/08/25 13:21:03 rmind Exp $"); #include #include @@ -54,10 +54,10 @@ lookup_ifnet_table(npf_t *npf, ifnet_t * const char *ifname; npf_config_t *nc; npf_table_t *t; - unsigned tid; + u_int tid; /* Get the interface name and prefix it. */ - ifname = ifops->getname(npf, ifp); + ifname = ifops->getname(ifp); snprintf(tname, sizeof(tname), ".ifnet-%s", ifname); KERNEL_LOCK(1, NULL);