summaryrefslogtreecommitdiff
path: root/sys/adosfs/adutil.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-08-10 03:24:37 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-08-10 03:24:37 +0000
commit8f63ecbc60db2c17d2c9eaed459981d494285bb7 (patch)
tree42bff9832d78244b4efc0771203fe5bc8b860eaa /sys/adosfs/adutil.c
parent8c954d1d2788d2127af116c848b5768865fba6d9 (diff)
fix decl; netbsd pr#2681; tv@pobox.com
Diffstat (limited to 'sys/adosfs/adutil.c')
-rw-r--r--sys/adosfs/adutil.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/adosfs/adutil.c b/sys/adosfs/adutil.c
index a88f9349334..fb506cb0298 100644
--- a/sys/adosfs/adutil.c
+++ b/sys/adosfs/adutil.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: adutil.c,v 1.6 1996/06/10 07:25:19 deraadt Exp $ */
+/* $OpenBSD: adutil.c,v 1.7 1996/08/10 03:24:36 deraadt Exp $ */
/* $NetBSD: adutil.c,v 1.10.4.2 1996/05/27 10:21:29 is Exp $ */
/*
@@ -178,7 +178,7 @@ adoscksum(bp, n)
int
adoscaseequ(name1, name2, len, inter)
const u_char *name1, *name2;
- int len;
+ int len, inter;
{
while (len-- > 0)
if (CapitalChar(*name1++, inter) !=