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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/quad/qdivrem.c b/lib/libc/quad/qdivrem.c
index 033a08d260e..2429e1331a7 100644
--- a/lib/libc/quad/qdivrem.c
+++ b/lib/libc/quad/qdivrem.c
@@ -36,7 +36,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$OpenBSD: qdivrem.c,v 1.2 1996/08/19 08:30:42 tholo Exp $";
+static char rcsid[] = "$OpenBSD: qdivrem.c,v 1.3 2002/02/16 21:27:23 millert Exp $";
#endif /* LIBC_SCCS and not lint */
/*
@@ -58,7 +58,7 @@ typedef unsigned short digit;
typedef u_long digit;
#endif
-static void shl __P((digit *p, int len, int sh));
+static void shl(digit *p, int len, int sh);
/*
* __qdivrem(u, v, rem) returns u/v and, optionally, sets *rem to u%v.