Hi, The error is:
8_stable-build/usr.bin/netstat/netgraph.c: In function 'netgraphprotopr': 8_stable-build/usr.bin/netstat/netgraph.c:174: error: 'struct ngsock' has no member named 'node_id' 8_stable-build/usr.bin/netstat/netgraph.c:176:error: 'struct ngsock' has no member named 'node_id' I think the problem is here: revision 206087 revision 206088 snprintf(path, sizeof(path), "[%lx]:", (u_long)info.node); snprintf(path, sizeof(path), "[%x]:", info.node_id); Can anyone confirm? _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[email protected]"
