Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jul 2000 12:28:27 -0700 (PDT)
From:      Kirk McKusick <mckusick@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys mount.h src/sys/ufs/ffs ffs_extern.h
Message-ID:  <200007111928.MAA73006@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
mckusick    2000/07/11 12:28:27 PDT

  Modified files:
    sys/sys              mount.h 
    sys/ufs/ffs          ffs_extern.h 
  Log:
  Clean up warning about undeclared function by declaring softdep_fsync
  in mount.h instead of ffs_extern.h. The correct solution is to use
  an indirect function pointer so that the kernel does not have to be
  built with options FFS, but that will be left for another day.
  
  Revision  Changes    Path
  1.95      +3 -1      src/sys/sys/mount.h
  1.32      +4 -1      src/sys/ufs/ffs/ffs_extern.h



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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