Add a missing curly bracket

This commit is contained in:
Kevin Lo 2011-12-05 10:34:52 +00:00
parent 0a79dbc6b5
commit 2b69bb1f27

View File

@ -900,6 +900,7 @@ struct cpuset_getid_args {
cpuwhich_t which;
id_t id;
cpusetid_t *setid;
};
#endif
int
sys_cpuset_getid(struct thread *td, struct cpuset_getid_args *uap)