From fe7f40e52592326db24b51e50d5e8a4cff41d37a Mon Sep 17 00:00:00 2001 From: otto Date: Sun, 17 Oct 2004 17:49:21 +0000 Subject: ansify. ok millert@ --- lib/libc/quad/floatunsdidf.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lib/libc/quad/floatunsdidf.c') diff --git a/lib/libc/quad/floatunsdidf.c b/lib/libc/quad/floatunsdidf.c index 37028adbbf0..e2f1e99f08a 100644 --- a/lib/libc/quad/floatunsdidf.c +++ b/lib/libc/quad/floatunsdidf.c @@ -32,7 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: floatunsdidf.c,v 1.4 2004/04/27 17:46:46 otto Exp $"; +static char rcsid[] = "$OpenBSD: floatunsdidf.c,v 1.5 2004/10/17 17:49:21 otto Exp $"; #endif /* LIBC_SCCS and not lint */ #include "quad.h" @@ -42,8 +42,7 @@ static char rcsid[] = "$OpenBSD: floatunsdidf.c,v 1.4 2004/04/27 17:46:46 otto E * This is exactly like floatdidf.c except that negatives never occur. */ double -__floatunsdidf(x) - u_quad_t x; +__floatunsdidf(u_quad_t x) { double d; union uu u; -- cgit v1.2.3-59-g8ed1b