cvs commit: src/sys/vm vnode_pager.c

Marcel Moolenaar marcel at FreeBSD.org
Thu Aug 28 17:16:31 PDT 2003


marcel      2003/08/28 17:16:30 PDT

  FreeBSD src repository

  Modified files:
    sys/vm               vnode_pager.c 
  Log:
  In vnode_pager_generic_putpages(), change the printf format specifier
  to long and explicitly cast field dirty of struct vm_page to unsigned
  long. When PAGE_SIZE is 32K, this field is actually unsigned long.
  
  Revision  Changes    Path
  1.183     +2 -2      src/sys/vm/vnode_pager.c


More information about the cvs-src mailing list