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.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- src/lib/libc/gen/fnmatch.c 1993/07/30 07:59:55 1.4 +++ src/lib/libc/gen/fnmatch.c 1993/08/26 00:44:31 1.5 @@ -35,8 +35,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char sccsid[] = "from: @(#)fnmatch.c 5.6 (Berkeley) 6/28/92";*/ -static char rcsid[] = "$Id: fnmatch.c,v 1.4 1993/07/30 07:59:55 mycroft Exp $"; +/*static char *sccsid = "from: @(#)fnmatch.c 5.6 (Berkeley) 6/28/92";*/ +static char *rcsid = "$Id: fnmatch.c,v 1.5 1993/08/26 00:44:31 jtc Exp $"; #endif /* LIBC_SCCS and not lint */ /*