Module Name: src Committed By: kre Date: Mon Jul 9 08:51:19 UTC 2018
Modified Files: src/sys/arch/evbarm/stand/boot2440: dev_sdmmc.c src/sys/arch/mips/sibyte/dev: sbjcnvar.h src/sys/dev/sbus: magmareg.h spifreg.h Log Message: Avoid redefining SET/CLR/ISSET (which in the kernel are normally defined in <sys/types.h>). These redefinitions (when they are, that is, when types.h is included) were sneaking through because they were defined identically ... until CLR in <sys/types.h> was changed... Avoid that issue arising again. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbarm/stand/boot2440/dev_sdmmc.c cvs rdiff -u -r1.6 -r1.7 src/sys/arch/mips/sibyte/dev/sbjcnvar.h cvs rdiff -u -r1.18 -r1.19 src/sys/dev/sbus/magmareg.h cvs rdiff -u -r1.5 -r1.6 src/sys/dev/sbus/spifreg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.