diff options
| author | Rafal Jaworowski <raj@FreeBSD.org> | 2010-02-25 15:30:26 +0000 |
|---|---|---|
| committer | Rafal Jaworowski <raj@FreeBSD.org> | 2010-02-25 15:30:26 +0000 |
| commit | 3d5ffb0eb69968f6885c2d760c7aa766e0aa7673 (patch) | |
| tree | 38f60164c36f09d4b92c7a3f46e6d8001796edd8 /sys/boot | |
| parent | 04bfe19a09c1ce9f9b565868b711c844523d2308 (diff) | |
Notes
Diffstat (limited to 'sys/boot')
| -rw-r--r-- | sys/boot/uboot/lib/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/uboot/lib/time.c b/sys/boot/uboot/lib/time.c index b7c3fe8ca4da..9083675b75d7 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)); |
