Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 03 Jul 2005 01:07:00 -0000
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/cap_mkdb cap_mkdb.c
Message-ID:  <200502192359.j1JNxoo2070904@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




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