Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libc/gen/fnmatch.c,v retrieving revision 1.17.4.1 retrieving revision 1.18 diff -u -p -r1.17.4.1 -r1.18 --- src/lib/libc/gen/fnmatch.c 2000/07/03 22:30:13 1.17.4.1 +++ src/lib/libc/gen/fnmatch.c 2000/06/28 01:13:36 1.18 @@ -1,4 +1,4 @@ -/* $NetBSD: fnmatch.c,v 1.17.4.1 2000/07/03 22:30:13 thorpej Exp $ */ +/* $NetBSD: fnmatch.c,v 1.18 2000/06/28 01:13:36 thorpej Exp $ */ /* * Copyright (c) 1989, 1993, 1994 @@ -41,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)fnmatch.c 8.2 (Berkeley) 4/16/94"; #else -__RCSID("$NetBSD: fnmatch.c,v 1.17.4.1 2000/07/03 22:30:13 thorpej Exp $"); +__RCSID("$NetBSD: fnmatch.c,v 1.18 2000/06/28 01:13:36 thorpej Exp $"); #endif #endif /* LIBC_SCCS and not lint */