Loading...
--- Libc/Libc-1725.40.4/db/mpool/FreeBSD/mpool.c
+++ Libc/Libc-1044.1.2/db/mpool/FreeBSD/mpool.c
@@ -45,8 +45,6 @@
#include <unistd.h>
#include "un-namespace.h"
-#include "libc_private.h" // for LIBC_ABORT
-
#include <db.h>
#define __MPOOLINTERFACE_PRIVATE
@@ -112,7 +110,9 @@
* Get a new page of memory.
*/
void *
-mpool_new(MPOOL *mp, pgno_t *pgnoaddr)
+mpool_new(mp, pgnoaddr)
+ MPOOL *mp;
+ pgno_t *pgnoaddr;
{
struct _hqh *head;
BKT *bp;