summaryrefslogtreecommitdiff
path: root/sys/kern/kern_resource.c
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2007-03-05 13:10:58 +0000
committerRobert Watson <rwatson@FreeBSD.org>2007-03-05 13:10:58 +0000
commit873fbcd776b5c6e0b7caa1f1f87cc91a12d339db (patch)
tree2dd9323b62ee1cbf7eb55c41c1cc9c518ebd0111 /sys/kern/kern_resource.c
parent491deb49c4d5eb6b35205a3079202be044f81742 (diff)
Notes
Diffstat (limited to 'sys/kern/kern_resource.c')
-rw-r--r--sys/kern/kern_resource.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/kern/kern_resource.c b/sys/kern/kern_resource.c
index 8ab4f2acf169..32c27ed1d616 100644
--- a/sys/kern/kern_resource.c
+++ b/sys/kern/kern_resource.c
@@ -78,7 +78,6 @@ static struct uidinfo *uilookup(uid_t uid);
/*
* Resource controls and accounting.
*/
-
#ifndef _SYS_SYSPROTO_H_
struct getpriority_args {
int which;
@@ -280,7 +279,6 @@ struct rtprio_thread_args {
struct rtprio *rtp;
};
#endif
-
int
rtprio_thread(struct thread *td, struct rtprio_thread_args *uap)
{
@@ -373,7 +371,6 @@ struct rtprio_args {
struct rtprio *rtp;
};
#endif
-
int
rtprio(td, uap)
struct thread *td; /* curthread */