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)); _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"