* only have one $MirOS RCS ID per file to shrink source size

(this is an exception from normal use)
* bump to R26
This commit is contained in:
tg
2005-11-22 18:40:44 +00:00
parent f38d8299f9
commit 95cfad6339
17 changed files with 21 additions and 34 deletions

3
exec.c
View File

@@ -1,9 +1,8 @@
/** $MirOS: src/bin/mksh/exec.c,v 1.11 2005/11/22 18:36:19 tg Exp $ */
/* $OpenBSD: exec.c,v 1.42 2005/09/11 18:02:27 otto Exp $ */
#include "sh.h"
__RCSID("$MirOS: src/bin/mksh/exec.c,v 1.11 2005/11/22 18:36:19 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/exec.c,v 1.12 2005/11/22 18:40:41 tg Exp $");
static int comexec(struct op *, struct tbl *volatile, char **,
int volatile);