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/exec.c,v rcsdiff: /ftp/cvs/cvsroot/src/bin/sh/exec.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.46.6.1 retrieving revision 1.47 diff -u -p -r1.46.6.1 -r1.47 --- src/bin/sh/exec.c 2017/05/19 00:22:51 1.46.6.1 +++ src/bin/sh/exec.c 2017/05/15 19:55:20 1.47 @@ -1,4 +1,4 @@ -/* $NetBSD: exec.c,v 1.46.6.1 2017/05/19 00:22:51 pgoyette Exp $ */ +/* $NetBSD: exec.c,v 1.47 2017/05/15 19:55:20 kre Exp $ */ /*- * Copyright (c) 1991, 1993 @@ -37,7 +37,7 @@ #if 0 static char sccsid[] = "@(#)exec.c 8.4 (Berkeley) 6/8/95"; #else -__RCSID("$NetBSD: exec.c,v 1.46.6.1 2017/05/19 00:22:51 pgoyette Exp $"); +__RCSID("$NetBSD: exec.c,v 1.47 2017/05/15 19:55:20 kre Exp $"); #endif #endif /* not lint */