From: jsg Date: Sun, 16 May 2021 04:51:00 +0000 (+0000) Subject: ansi X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=00729178ee361b1c1f0a66ccf4f9258fd7dfca4b;p=openbsd ansi --- diff --git a/sys/lib/libkern/bcmp.c b/sys/lib/libkern/bcmp.c index 453f046a231..6e7585eb05a 100644 --- a/sys/lib/libkern/bcmp.c +++ b/sys/lib/libkern/bcmp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bcmp.c,v 1.12 2021/05/16 04:45:58 jsg Exp $ */ +/* $OpenBSD: bcmp.c,v 1.13 2021/05/16 04:51:00 jsg Exp $ */ /* * Copyright (c) 1987 Regents of the University of California. @@ -37,9 +37,7 @@ * bcmp -- vax cmpc3 instruction */ int -bcmp(b1, b2, length) - const void *b1, *b2; - size_t length; +bcmp(const void *b1, const void *b2, size_t length) { char *p1, *p2;