svn commit: r201182 - head/sbin/reboot

Ed Schouten ed at FreeBSD.org
Tue Dec 29 09:13:21 UTC 2009


Author: ed
Date: Tue Dec 29 09:13:20 2009
New Revision: 201182
URL: http://svn.freebsd.org/changeset/base/201182

Log:
  Add forgotten `void' keyword. This function has no arguments.

Modified:
  head/sbin/reboot/reboot.c

Modified: head/sbin/reboot/reboot.c
==============================================================================
--- head/sbin/reboot/reboot.c	Tue Dec 29 08:54:03 2009	(r201181)
+++ head/sbin/reboot/reboot.c	Tue Dec 29 09:13:20 2009	(r201182)
@@ -231,7 +231,7 @@ usage(void)
 }
 
 static u_int
-get_pageins()
+get_pageins(void)
 {
 	u_int pageins;
 	size_t len;


More information about the svn-src-head mailing list