1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00

Add a missing curly bracket

This commit is contained in:
Kevin Lo 2011-12-05 10:34:52 +00:00
parent 0a79dbc6b5
commit 2b69bb1f27
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=228275

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)