cvs commit: src/sys/coda coda.h src/sys/modules/coda5 Makefile
Yar Tikhiy
yar at FreeBSD.org
Mon Feb 27 04:04:14 PST 2006
yar 2006-02-27 12:04:13 UTC
FreeBSD src repository
Modified files:
sys/coda coda.h
sys/modules/coda5 Makefile
Log:
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.
MFC after: 3 days
Revision Changes Path
1.14 +6 -1 src/sys/coda/coda.h
1.7 +1 -1 src/sys/modules/coda5/Makefile
More information about the cvs-src
mailing list