Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Jun 2010 07:15:30 +0000 (UTC)
From:      Brian Somers <brian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r209563 - stable/8/sys/boot/ficl
Message-ID:  <201006280715.o5S7FUrJ032345@svn.freebsd.org>

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



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