RCSID-only oksh sync (their whitespace changes don’t apply to us)

note that emacs.c partial peereboom rewrite is *not* merged, and kept that way
This commit is contained in:
tg
2013-11-30 17:33:51 +00:00
parent 6e1ab32be6
commit c4c4fd7365
5 changed files with 10 additions and 10 deletions

4
misc.c
View File

@ -1,4 +1,4 @@
/* $OpenBSD: misc.c,v 1.37 2009/04/19 20:34:05 sthen Exp $ */
/* $OpenBSD: misc.c,v 1.38 2013/11/28 10:33:37 sobrado Exp $ */
/* $OpenBSD: path.c,v 1.12 2005/03/30 17:16:37 deraadt Exp $ */
/*-
@ -30,7 +30,7 @@
#include <grp.h>
#endif
__RCSID("$MirOS: src/bin/mksh/misc.c,v 1.217 2013/11/17 22:22:53 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/misc.c,v 1.218 2013/11/30 17:33:50 tg Exp $");
#define KSH_CHVT_FLAG
#ifdef MKSH_SMALL