summaryrefslogtreecommitdiffstats
path: root/sys/boot/uboot/lib
diff options
context:
space:
mode:
authorraj <raj@FreeBSD.org>2010-02-25 15:30:26 +0000
committerraj <raj@FreeBSD.org>2010-02-25 15:30:26 +0000
commit43c70d0b6438b68766956cd1e2254455e9b390f3 (patch)
tree38f60164c36f09d4b92c7a3f46e6d8001796edd8 /sys/boot/uboot/lib
parent8bf1f0cc2c3c427ae64e99f2402a4ebb0da433d3 (diff)
downloadFreeBSD-src-43c70d0b6438b68766956cd1e2254455e9b390f3.zip
FreeBSD-src-43c70d0b6438b68766956cd1e2254455e9b390f3.tar.gz
Minor style correction.
Diffstat (limited to 'sys/boot/uboot/lib')
-rw-r--r--sys/boot/uboot/lib/time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/uboot/lib/time.c b/sys/boot/uboot/lib/time.c
index b7c3fe8..9083675 100644
--- a/sys/boot/uboot/lib/time.c
+++ b/sys/boot/uboot/lib/time.c
@@ -48,7 +48,7 @@ time(time_t *tloc)
}
int
-getsecs()
+getsecs(void)
{
return (time(NULL));
OpenPOWER on IntegriCloud