cvs commit: src/usr.bin/cap_mkdb cap_mkdb.c

Ruslan Ermilov ru at FreeBSD.org
Sun Jul 3 01:07:29 GMT 2005


ru          2005-02-19 23:59:50 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/cap_mkdb     cap_mkdb.c 
  Log:
  Fixate the hash bucket size to 4K.  We were using the default,
  which is stat.st_blksize (i.e., PAGE_SIZE).
  
  This change causes the .db files that were cross-compiled on
  another platform to be identical to the natively built ones.
  
  Tested on:      alpha->amd64 build
  
  Revision  Changes    Path
  1.13      +12 -3     src/usr.bin/cap_mkdb/cap_mkdb.c



More information about the cvs-src mailing list