svn commit: r209563 - stable/8/sys/boot/ficl

Brian Somers brian at FreeBSD.org
Mon Jun 28 07:15:31 UTC 2010


Author: brian
Date: Mon Jun 28 07:15:30 2010
New Revision: 209563
URL: http://svn.freebsd.org/changeset/base/209563

Log:
  MFC r209361; Add a missing prototype
  
  PR:		145232
  Submitted by:	gcooper

Modified:
  stable/8/sys/boot/ficl/ficl.h
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/dev/xen/xenpci/   (props changed)

Modified: stable/8/sys/boot/ficl/ficl.h
==============================================================================
--- stable/8/sys/boot/ficl/ficl.h	Mon Jun 28 07:03:18 2010	(r209562)
+++ stable/8/sys/boot/ficl/ficl.h	Mon Jun 28 07:15:30 2010	(r209563)
@@ -757,6 +757,7 @@ void        dictAppendUNS  (FICL_DICT *p
 int         dictCellsAvail (FICL_DICT *pDict);
 int         dictCellsUsed  (FICL_DICT *pDict);
 void        dictCheck      (FICL_DICT *pDict, FICL_VM *pVM, int n);
+void        dictCheckThreshold(FICL_DICT* dp);
 FICL_DICT  *dictCreate(unsigned nCELLS);
 FICL_DICT  *dictCreateHashed(unsigned nCells, unsigned nHash);
 FICL_HASH  *dictCreateWordlist(FICL_DICT *dp, int nBuckets);


More information about the svn-src-stable-8 mailing list