svn commit: r212908 - stable/8/sys/kern

Alexander Motin mav at FreeBSD.org
Mon Sep 20 17:56:03 UTC 2010


Author: mav
Date: Mon Sep 20 17:56:03 2010
New Revision: 212908
URL: http://svn.freebsd.org/changeset/base/212908

Log:
  MFC r201148:
  Don't forget to use `void' for sched_balance(). It has no arguments.

Modified:
  stable/8/sys/kern/sched_ule.c
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/dev/xen/xenpci/   (props changed)

Modified: stable/8/sys/kern/sched_ule.c
==============================================================================
--- stable/8/sys/kern/sched_ule.c	Mon Sep 20 17:39:49 2010	(r212907)
+++ stable/8/sys/kern/sched_ule.c	Mon Sep 20 17:56:03 2010	(r212908)
@@ -773,7 +773,7 @@ sched_balance_group(struct cpu_group *cg
 }
 
 static void
-sched_balance()
+sched_balance(void)
 {
 	struct tdq *tdq;
 


More information about the svn-src-all mailing list