* 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

View File

@@ -1,4 +1,3 @@
/** $MirOS: src/bin/mksh/funcs.c,v 1.23 2005/10/25 19:53:27 tg Exp $ */
/* $OpenBSD: c_ksh.c,v 1.27 2005/03/30 17:16:37 deraadt Exp $ */
/* $OpenBSD: c_sh.c,v 1.31 2005/10/08 18:07:31 otto Exp $ */
/* $OpenBSD: c_test.c,v 1.17 2005/03/30 17:16:37 deraadt Exp $ */
@@ -6,7 +5,7 @@
#include "sh.h"
__RCSID("$MirOS: src/bin/mksh/funcs.c,v 1.23 2005/10/25 19:53:27 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/funcs.c,v 1.24 2005/11/22 18:40:42 tg Exp $");
int
c_cd(char **wp)