svn commit: r254374 - head/sys/amd64/amd64

Brooks Davis brooks at FreeBSD.org
Thu Aug 15 17:44:45 UTC 2013


Author: brooks
Date: Thu Aug 15 17:44:44 2013
New Revision: 254374
URL: http://svnweb.freebsd.org/changeset/base/254374

Log:
  Use an ANSI C definition of initializecpucache() to match the declaration
  and the rest of the file.

Modified:
  head/sys/amd64/amd64/initcpu.c

Modified: head/sys/amd64/amd64/initcpu.c
==============================================================================
--- head/sys/amd64/amd64/initcpu.c	Thu Aug 15 17:21:06 2013	(r254373)
+++ head/sys/amd64/amd64/initcpu.c	Thu Aug 15 17:44:44 2013	(r254374)
@@ -192,7 +192,7 @@ initializecpu(void)
 }
 
 void
-initializecpucache()
+initializecpucache(void)
 {
 
 	/*


More information about the svn-src-all mailing list