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/bin/sh/error.c,v rcsdiff: /ftp/cvs/cvsroot/src/bin/sh/error.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.14.6.1 retrieving revision 1.15 diff -u -p -r1.14.6.1 -r1.15 --- src/bin/sh/error.c 1997/01/26 04:57:15 1.14.6.1 +++ src/bin/sh/error.c 1996/10/16 14:35:42 1.15 @@ -1,4 +1,4 @@ -/* $NetBSD: error.c,v 1.14.6.1 1997/01/26 04:57:15 rat Exp $ */ +/* $NetBSD: error.c,v 1.15 1996/10/16 14:35:42 christos Exp $ */ /*- * Copyright (c) 1991, 1993 @@ -40,7 +40,7 @@ #if 0 static char sccsid[] = "@(#)error.c 8.2 (Berkeley) 5/4/95"; #else -static char rcsid[] = "$NetBSD: error.c,v 1.14.6.1 1997/01/26 04:57:15 rat Exp $"; +static char rcsid[] = "$NetBSD: error.c,v 1.15 1996/10/16 14:35:42 christos Exp $"; #endif #endif /* not lint */