summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/sleep.c
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2009-12-05 19:31:38 +0000
committered <ed@FreeBSD.org>2009-12-05 19:31:38 +0000
commit06fcc20479dbea7b80fde60d667c7455ca58c451 (patch)
tree7888f1fc2bd55cbcf966048d3b4db70a78bdb2b3 /lib/libc/gen/sleep.c
parente912442e98904e4d3d77ac344f9a353688ca3e9f (diff)
downloadFreeBSD-src-06fcc20479dbea7b80fde60d667c7455ca58c451.zip
FreeBSD-src-06fcc20479dbea7b80fde60d667c7455ca58c451.tar.gz
Fix many "function declaration isn't a prototype" warnings in libc.
I've only fixed code that seems to be written by `us'. There are still many warnings like this present in resolv/, rpc/, stdtime/ and yp/.
Diffstat (limited to 'lib/libc/gen/sleep.c')
-rw-r--r--lib/libc/gen/sleep.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/gen/sleep.c b/lib/libc/gen/sleep.c
index cdf5828..b807c2d 100644
--- a/lib/libc/gen/sleep.c
+++ b/lib/libc/gen/sleep.c
@@ -41,8 +41,7 @@ __FBSDID("$FreeBSD$");
#include "un-namespace.h"
unsigned int
-__sleep(seconds)
- unsigned int seconds;
+__sleep(unsigned int seconds)
{
struct timespec time_to_sleep;
struct timespec time_remaining;
OpenPOWER on IntegriCloud