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.33.8.1 retrieving revision 1.33.8.2 diff -u -p -r1.33.8.1 -r1.33.8.2 --- src/bin/sh/error.c 2008/01/09 01:20:03 1.33.8.1 +++ src/bin/sh/error.c 2008/03/23 00:11:40 1.33.8.2 @@ -1,4 +1,4 @@ -/* $NetBSD: error.c,v 1.33.8.1 2008/01/09 01:20:03 matt Exp $ */ +/* error.c,v 1.33.8.1 2008/01/09 01:20:03 matt Exp */ /*- * Copyright (c) 1991, 1993 @@ -37,7 +37,7 @@ #if 0 static char sccsid[] = "@(#)error.c 8.2 (Berkeley) 5/4/95"; #else -__RCSID("$NetBSD: error.c,v 1.33.8.1 2008/01/09 01:20:03 matt Exp $"); +__RCSID("error.c,v 1.33.8.1 2008/01/09 01:20:03 matt Exp"); #endif #endif /* not lint */ @@ -68,7 +68,7 @@ struct jmploc *handler; int exception; volatile int suppressint; volatile int intpending; -char *commandname; +const char *commandname; static void exverror(int, const char *, va_list) __dead;