Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Feb 2010 15:30:26 +0000 (UTC)
From:      Rafal Jaworowski <raj@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r204318 - head/sys/boot/uboot/lib
Message-ID:  <201002251530.o1PFUQpq052177@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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));



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002251530.o1PFUQpq052177>