summaryrefslogtreecommitdiffstats
path: root/sys/sys/rctl.h
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2011-04-10 18:35:43 +0000
committertrasz <trasz@FreeBSD.org>2011-04-10 18:35:43 +0000
commite80aa2a5fe661d09a6b6fe05f0f655d8372bc9c2 (patch)
tree5d656cd2aed13beac21624ae101e9a01aad6ceb0 /sys/sys/rctl.h
parent1b5526fe98e5e1efd20f4de381e17f750c7da264 (diff)
downloadFreeBSD-src-e80aa2a5fe661d09a6b6fe05f0f655d8372bc9c2.zip
FreeBSD-src-e80aa2a5fe661d09a6b6fe05f0f655d8372bc9c2.tar.gz
Rename a misnamed structure field (hr_loginclass), and reorder priv(9)
constants to match the order and naming of syscalls. No functional changes.
Diffstat (limited to 'sys/sys/rctl.h')
-rw-r--r--sys/sys/rctl.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/sys/rctl.h b/sys/sys/rctl.h
index 36ee234..d61defd 100644
--- a/sys/sys/rctl.h
+++ b/sys/sys/rctl.h
@@ -67,10 +67,10 @@ struct rctl_rule_link;
struct rctl_rule {
int rr_subject_type;
union {
- struct proc *rs_proc;
- struct uidinfo *rs_uip;
- struct loginclass *hr_loginclass;
- struct prison *rs_prison;
+ struct proc *rs_proc;
+ struct uidinfo *rs_uip;
+ struct loginclass *rs_loginclass;
+ struct prison *rs_prison;
} rr_subject;
int rr_per;
int rr_resource;
OpenPOWER on IntegriCloud