svn commit: r228275 - head/sys/kern

Kevin Lo kevlo at FreeBSD.org
Mon Dec 5 10:34:53 UTC 2011


Author: kevlo
Date: Mon Dec  5 10:34:52 2011
New Revision: 228275
URL: http://svn.freebsd.org/changeset/base/228275

Log:
  Add a missing curly bracket

Modified:
  head/sys/kern/kern_cpuset.c

Modified: head/sys/kern/kern_cpuset.c
==============================================================================
--- head/sys/kern/kern_cpuset.c	Mon Dec  5 04:20:13 2011	(r228274)
+++ head/sys/kern/kern_cpuset.c	Mon Dec  5 10:34:52 2011	(r228275)
@@ -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)


More information about the svn-src-head mailing list