Module Name: src Committed By: rillig Date: Wed May 19 10:20:50 UTC 2021
Modified Files: src/sys/net/lagg: if_lagg.c Log Message: if_lagg: fix format string incompatibility In struct ifnet, the member if_mtu has type uint64_t, which differs from struct ifreq, where the member ifru_mtu has type int. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/net/lagg/if_lagg.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.