Module Name: src Committed By: kre Date: Wed Mar 18 11:33:32 UTC 2020
Modified Files: src/sys/dev/usb: if_aue.c Log Message: This was still not correct,. USB_DEBUG is what mattered, not AUE_DEBUG, the two are orthogonal. Just do it the way that should work, rather than trying to work out what magic will allow a new variable to be defined so that it appears exactly when it is needed and not otherwise. The var isn't required, just do without it. To generate a diff of this commit: cvs rdiff -u -r1.170 -r1.171 src/sys/dev/usb/if_aue.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.