svn commit: r204318 - head/sys/boot/uboot/lib
Rafal Jaworowski
raj at FreeBSD.org
Thu Feb 25 15:30:27 UTC 2010
Author: raj
Date: Thu Feb 25 15:30:26 2010
New Revision: 204318
URL: http://svn.freebsd.org/changeset/base/204318
Log:
Minor style correction.
Modified:
head/sys/boot/uboot/lib/time.c
Modified: head/sys/boot/uboot/lib/time.c
==============================================================================
--- head/sys/boot/uboot/lib/time.c Thu Feb 25 15:29:41 2010 (r204317)
+++ head/sys/boot/uboot/lib/time.c Thu Feb 25 15:30:26 2010 (r204318)
@@ -48,7 +48,7 @@ time(time_t *tloc)
}
int
-getsecs()
+getsecs(void)
{
return (time(NULL));
More information about the svn-src-head
mailing list