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.24.4.1 retrieving revision 1.25 diff -u -p -r1.24.4.1 -r1.25 --- src/lib/libc/gen/fnmatch.c 2012/04/17 00:05:18 1.24.4.1 +++ src/lib/libc/gen/fnmatch.c 2012/03/25 16:31:23 1.25 @@ -1,4 +1,4 @@ -/* $NetBSD: fnmatch.c,v 1.24.4.1 2012/04/17 00:05:18 yamt Exp $ */ +/* $NetBSD: fnmatch.c,v 1.25 2012/03/25 16:31:23 christos Exp $ */ /* * Copyright (c) 1989, 1993, 1994 @@ -37,7 +37,7 @@ #if 0 static char sccsid[] = "@(#)fnmatch.c 8.2 (Berkeley) 4/16/94"; #else -__RCSID("$NetBSD: fnmatch.c,v 1.24.4.1 2012/04/17 00:05:18 yamt Exp $"); +__RCSID("$NetBSD: fnmatch.c,v 1.25 2012/03/25 16:31:23 christos Exp $"); #endif #endif /* LIBC_SCCS and not lint */