Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Jun 2010 08:10:03 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/145232: commit references a PR
Message-ID:  <201006200810.o5K8A364069219@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/145232; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/145232: commit references a PR
Date: Sun, 20 Jun 2010 08:03:20 +0000 (UTC)

 Author: brian
 Date: Sun Jun 20 08:03:06 2010
 New Revision: 209361
 URL: http://svn.freebsd.org/changeset/base/209361
 
 Log:
   Add a missing prototype
   
   PR:		145232
   Submitted by:	gcooper
   MFC after:	1 week
 
 Modified:
   head/sys/boot/ficl/ficl.h
 
 Modified: head/sys/boot/ficl/ficl.h
 ==============================================================================
 --- head/sys/boot/ficl/ficl.h	Sun Jun 20 06:52:10 2010	(r209360)
 +++ head/sys/boot/ficl/ficl.h	Sun Jun 20 08:03:06 2010	(r209361)
 @@ -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);
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 



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