summaryrefslogtreecommitdiff
path: root/lib/libc/quad/notdi2.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/quad/notdi2.c')
-rw-r--r--lib/libc/quad/notdi2.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/quad/notdi2.c b/lib/libc/quad/notdi2.c
index 7bd6d935e3c..bada11843f7 100644
--- a/lib/libc/quad/notdi2.c
+++ b/lib/libc/quad/notdi2.c
@@ -32,7 +32,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$OpenBSD: notdi2.c,v 1.3 2003/06/02 20:18:36 millert Exp $";
+static char rcsid[] = "$OpenBSD: notdi2.c,v 1.4 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: notdi2.c,v 1.3 2003/06/02 20:18:36 millert Exp
* than `not'.
*/
quad_t
-__one_cmpldi2(a)
- quad_t a;
+__one_cmpldi2(quad_t a)
{
union uu aa;