summaryrefslogtreecommitdiffstats
path: root/lib/libc/quad/qdivrem.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/quad/qdivrem.c')
-rw-r--r--lib/libc/quad/qdivrem.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/quad/qdivrem.c b/lib/libc/quad/qdivrem.c
index ac666c25707..c52d44aad2a 100644
--- a/lib/libc/quad/qdivrem.c
+++ b/lib/libc/quad/qdivrem.c
@@ -32,7 +32,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$OpenBSD: qdivrem.c,v 1.5 2004/04/27 17:46:46 otto Exp $";
+static char rcsid[] = "$OpenBSD: qdivrem.c,v 1.6 2004/10/17 17:49:21 otto Exp $";
#endif /* LIBC_SCCS and not lint */
/*
@@ -65,8 +65,7 @@ static void shl __P((digit *p, int len, int sh));
* leading zeros).
*/
u_quad_t
-__qdivrem(uq, vq, arq)
- u_quad_t uq, vq, *arq;
+__qdivrem(u_quad_t uq, u_quad_t vq, u_quad_t *arq)
{
union uu tmp;
digit *u, *v, *q;