K 10 svn:author V 3 yar K 8 svn:date V 27 2006-03-03T22:05:23.000000Z K 7 svn:log V 509 MFC sys/coda/coda.h rev. 1.14, sys/modules/coda5/Makefile rev. 1.7: CODA_COMPAT_5 may not be defined unconditionally in the coda5 module. Otherwise a kernel build would break in the coda5 module if the main kernel conf file enabled CODA_COMPAT_5, too. Redefined symbols are strictly disallowed by -Werror. To overcome this issue, introduce a different symbol indicating coda5 build, CODA5_MODULE, and translate it to CODA_COMPAT_5 appropriately in /sys/coda/coda.h. Approved by: re (scottl) END