Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Feb 2006 02:43:42 +0000 (UTC)
From:      Yar Tikhiy <yar@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/modules/coda5 Makefile
Message-ID:  <200602190243.k1J2hhcD089306@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yar         2006-02-19 02:43:42 UTC

  FreeBSD src repository

  Modified files:
    sys/modules/coda5    Makefile 
  Log:
  For the coda5 module, CODA_COMPAT_5 is mandatory, not optional.
  Without CODA_COMPAT_5, it would be equivalent to the plain coda
  module.  Therefore just add -DCODA_COMPAT_5 to CFLAGS instead of
  fiddling with opt_coda.h.  This is particularly important when
  the module is built along with the kernel and CODA_COMPAT_5 isn't
  in the kernel conf file (and so not in opt_coda.h either).
  
  MFC after:      3 days
  
  Revision  Changes    Path
  1.6       +1 -4      src/sys/modules/coda5/Makefile



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602190243.k1J2hhcD089306>