diff options
author | 2004-10-17 17:49:21 +0000 | |
---|---|---|
committer | 2004-10-17 17:49:21 +0000 | |
commit | fe7f40e52592326db24b51e50d5e8a4cff41d37a (patch) | |
tree | 6a35ca28cb9b6451a73887203b5c1e4cb29126c5 /lib/libc/quad/cmpdi2.c | |
parent | Small includes cleanup: explicit bus.h inclusion, add satareg.h and (diff) | |
download | wireguard-openbsd-fe7f40e52592326db24b51e50d5e8a4cff41d37a.tar.xz wireguard-openbsd-fe7f40e52592326db24b51e50d5e8a4cff41d37a.zip |
ansify. ok millert@
Diffstat (limited to 'lib/libc/quad/cmpdi2.c')
-rw-r--r-- | lib/libc/quad/cmpdi2.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/quad/cmpdi2.c b/lib/libc/quad/cmpdi2.c index 0bd8d08f1fb..ade8b22ba5d 100644 --- a/lib/libc/quad/cmpdi2.c +++ b/lib/libc/quad/cmpdi2.c @@ -32,7 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: cmpdi2.c,v 1.3 2003/06/02 20:18:36 millert Exp $"; +static char rcsid[] = "$OpenBSD: cmpdi2.c,v 1.4 2004/10/17 17:49:21 otto Exp $"; #endif /* LIBC_SCCS and not lint */ #include "quad.h" @@ -43,8 +43,7 @@ static char rcsid[] = "$OpenBSD: cmpdi2.c,v 1.3 2003/06/02 20:18:36 millert Exp * signed. */ int -__cmpdi2(a, b) - quad_t a, b; +__cmpdi2(quad_t a, quad_t b) { union uu aa, bb; |