summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/sys/_domainset.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/sys/_domainset.h')
-rw-r--r--freebsd/sys/sys/_domainset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/sys/sys/_domainset.h b/freebsd/sys/sys/_domainset.h
index 34d8f61c..5685d532 100644
--- a/freebsd/sys/sys/_domainset.h
+++ b/freebsd/sys/sys/_domainset.h
@@ -54,7 +54,7 @@ typedef struct _domainset domainset_t;
struct domainset;
struct domainset_ref {
struct domainset * volatile dr_policy;
- unsigned int dr_iterator;
+ unsigned int dr_iter;
};
#endif /* !_SYS__DOMAINSET_H_ */