From ee2750bc386983fefb4ce1883d4d2b5469a4e830 Mon Sep 17 00:00:00 2001 From: Alexander Polakov Date: Tue, 8 Sep 2009 17:11:10 +0400 Subject: [PATCH] cd9660_util.c: fix a typo. --- sys/vfs/isofs/cd9660/cd9660_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/vfs/isofs/cd9660/cd9660_util.c b/sys/vfs/isofs/cd9660/cd9660_util.c index b3c5a87058..1f37401804 100644 --- a/sys/vfs/isofs/cd9660/cd9660_util.c +++ b/sys/vfs/isofs/cd9660/cd9660_util.c @@ -99,7 +99,7 @@ isochar(u_char *isofn, u_char *isoend, int joliet_level, u_short *c, * Note: Version number plus ';' may be omitted. */ int -ifofncmp(u_char *fn, int fnlen, u_char *isofn, int isolen, int joliet_level, +isofncmp(u_char *fn, int fnlen, u_char *isofn, int isolen, int joliet_level, int flags, void *handle, void *lhandle) { int i, j; -- 2.41.0