diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2002-01-23 15:46:49 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2002-01-23 15:46:49 +0000 |
commit | c55852db4423d4081178515ceb7cee0eb0ab6ce4 (patch) | |
tree | a5be84cc71ef1f5cf56cf8bbb6f114b98a4cd9a9 /sys/kern/subr_prf.c | |
parent | c8f3bca2c2615836ac87413819427b6a5669789a (diff) |
Allocate rusage, pgrp, ucred and session with pool.
Diffstat (limited to 'sys/kern/subr_prf.c')
-rw-r--r-- | sys/kern/subr_prf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/subr_prf.c b/sys/kern/subr_prf.c index cb699c822e0..d48ac609c39 100644 --- a/sys/kern/subr_prf.c +++ b/sys/kern/subr_prf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: subr_prf.c,v 1.37 2001/12/02 02:03:13 deraadt Exp $ */ +/* $OpenBSD: subr_prf.c,v 1.38 2002/01/23 15:46:48 art Exp $ */ /* $NetBSD: subr_prf.c,v 1.45 1997/10/24 18:14:25 chuck Exp $ */ /*- @@ -55,6 +55,7 @@ #include <sys/tprintf.h> #include <sys/syslog.h> #include <sys/malloc.h> +#include <sys/pool.h> #include <dev/cons.h> |