Module Name: src Committed By: kre Date: Wed Jul 24 22:32:07 UTC 2024
Modified Files: src/sys/net: if_wg.c Log Message: While the previous change fixed the broken build, it wasn't the best way, as defining any of the WG_DEBUG_XXX symbols then effectively defined all of them - making them as seperate entities, pointless. So, rearrange the way things are done a little to avoid doing that. To generate a diff of this commit: cvs rdiff -u -r1.82 -r1.83 src/sys/net/if_wg.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.