cvs commit: src/sys/coda coda.h src/sys/modules/coda5 Makefile
Yar Tikhiy
yar at FreeBSD.org
Fri Mar 3 14:05:26 PST 2006
yar 2006-03-03 22:05:23 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/coda coda.h
sys/modules/coda5 Makefile
Log:
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)
Revision Changes Path
1.13.2.1 +6 -1 src/sys/coda/coda.h
1.4.2.3 +1 -1 src/sys/modules/coda5/Makefile
More information about the cvs-src
mailing list