=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Building for wminet-1.2nb1 cc -c -O2 -march=i586 -I/usr/X11R7/include -I/usr/X11R7/include -I/usr/pkg/include main.c -o main.o cc -c -O2 -march=i586 -I/usr/X11R7/include -I/usr/X11R7/include -I/usr/pkg/include if.c -o if.o warning: format specifies type 'char *' but the argument has type '' [-Wformat] if.c:100:43: error: no member named 'if_name' in 'struct ifnet'; did you mean 'if_xname'? "ignoring %s interface\n", theData->if_name); ^~~~~~~ if_xname /usr/include/net/if.h:259:7: note: 'if_xname' declared here char if_xname[IFNAMSIZ]; /* external name (name + unit) */ ^ warning: format specifies type 'char *' but the argument has type '' [-Wformat] warning: format specifies type 'int' but the argument has type '' [-Wformat] if.c:133:58: error: no member named 'if_name' in 'struct ifnet'; did you mean 'if_xname'? printf("Added '%.*s%d' to list.\n", IFNAMSIZ, theData->if_name, ^~~~~~~ if_xname /usr/include/net/if.h:259:7: note: 'if_xname' declared here char if_xname[IFNAMSIZ]; /* external name (name + unit) */ ^ if.c:134:16: error: no member named 'if_unit' in 'struct ifnet'; did you mean 'if_init'? theData->if_unit); ^~~~~~~ if_init /usr/include/net/if.h:280:8: note: 'if_init' declared here int (*if_init) /* init routine */ ^ if.c:183:53: error: no member named 'if_name' in 'struct ifnet'; did you mean 'if_xname'? ssize_t const n = kvm_read(kd, (unsigned long) d.if_name, name, ^~~~~~~ if_xname /usr/include/net/if.h:259:7: note: 'if_xname' declared here char if_xname[IFNAMSIZ]; /* external name (name + unit) */ ^ if.c:188:6: error: no member named 'if_name' in 'struct ifnet'; did you mean 'if_xname'? d.if_name = name; ^~~~~~~ if_xname /usr/include/net/if.h:259:7: note: 'if_xname' declared here char if_xname[IFNAMSIZ]; /* external name (name + unit) */ ^ if.c:188:14: error: array type 'char [16]' is not assignable d.if_name = name; ~~~~~~~~~ ^ if.c:200:18: error: assigning to 'struct (anonymous struct at /usr/include/net/if.h:258:2)' from incompatible type 'int' d.if_addrlist = 0; ^ ~ if.c:206:6: error: no member named 'if_linkmib' in 'struct ifnet' d.if_linkmib = 0; ~ ^ if.c:207:6: error: no member named 'if_poll_slowq' in 'struct ifnet' d.if_poll_slowq = 0; ~ ^ if.c:284:54: error: no member named 'if_next' in 'struct ifnet' current = (unsigned long) dereference(current)->if_next; ~~~~~~~~~~~~~~~~~~~~ ^ warning: format specifies type 'char *' but the argument has type '' [-Wformat] warning: format specifies type 'int' but the argument has type '' [-Wformat] if.c:346:49: error: no member named 'if_name' in 'struct ifnet'; did you mean 'if_xname'? sprintf(buffer, "%.*s%d", IFNAMSIZ - 1, ptr->if_name, ptr->if_unit); ^~~~~~~ if_xname /usr/include/net/if.h:259:7: note: 'if_xname' declared here char if_xname[IFNAMSIZ]; /* external name (name + unit) */ ^ if.c:346:63: error: no member named 'if_unit' in 'struct ifnet'; did you mean 'if_init'? sprintf(buffer, "%.*s%d", IFNAMSIZ - 1, ptr->if_name, ptr->if_unit); ^~~~~~~ if_init /usr/include/net/if.h:280:8: note: 'if_init' declared here int (*if_init) /* init routine */ ^ 5 warnings and 12 errors generated. *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/net/wminet/work/wmnet-1.2 *** Error code 1 Stop. bmake[1]: stopped in /usr/pkgsrc/net/wminet *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/net/wminet