summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_resource.c
diff options
context:
space:
mode:
authornewton <newton@FreeBSD.org>1999-01-30 06:25:00 +0000
committernewton <newton@FreeBSD.org>1999-01-30 06:25:00 +0000
commit3a4cced85e34bb367db0c471ee6e8f6429ea4e34 (patch)
treebfbdc3e89b6cb8167083aa86b4863bb049e40e7d /sys/kern/kern_resource.c
parent6a94e83a778dbe0ab7d4e560c8c7694a60c30050 (diff)
downloadFreeBSD-src-3a4cced85e34bb367db0c471ee6e8f6429ea4e34.zip
FreeBSD-src-3a4cced85e34bb367db0c471ee6e8f6429ea4e34.tar.gz
Unstaticized routines which are needed by the svr4 KLD and the streams
garbage needed to support SysVR4 networking.
Diffstat (limited to 'sys/kern/kern_resource.c')
-rw-r--r--sys/kern/kern_resource.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/kern/kern_resource.c b/sys/kern/kern_resource.c
index 1bad1d2..d7591a1 100644
--- a/sys/kern/kern_resource.c
+++ b/sys/kern/kern_resource.c
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)kern_resource.c 8.5 (Berkeley) 1/21/94
- * $Id: kern_resource.c,v 1.37 1998/05/28 09:30:18 phk Exp $
+ * $Id: kern_resource.c,v 1.38 1998/07/27 19:16:21 bde Exp $
*/
#include "opt_compat.h"
@@ -59,7 +59,7 @@
#include <vm/vm_map.h>
static int donice __P((struct proc *curp, struct proc *chgp, int n));
-static int dosetrlimit __P((struct proc *p, u_int which, struct rlimit *limp));
+int dosetrlimit __P((struct proc *p, u_int which, struct rlimit *limp));
/*
* Resource controls and accounting.
@@ -363,7 +363,7 @@ setrlimit(p, uap)
return (dosetrlimit(p, uap->which, &alim));
}
-static int
+int
dosetrlimit(p, which, limp)
struct proc *p;
u_int which;
OpenPOWER on IntegriCloud