Module Name: src Committed By: msaitoh Date: Wed Nov 22 03:45:16 UTC 2017
Modified Files: src/sys/net: if_ether.h if_vlan.c if_vlanvar.h Log Message: No functional change: - u_int16_t -> uint16_t - u_short -> uint16_t - tag_hash_func -> vlan_tag_hash - 0 -> NULL because vlr_parent is a pointer. To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70 src/sys/net/if_ether.h cvs rdiff -u -r1.109 -r1.110 src/sys/net/if_vlan.c cvs rdiff -u -r1.11 -r1.12 src/sys/net/if_vlanvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.