From 1e6f3605b54432402f8d84983aa372c9837a5865 Mon Sep 17 00:00:00 2001 From: tg Date: Wed, 22 Apr 2009 16:46:11 +0000 Subject: [PATCH] sync rcsid with openbsd; we did it in misc.c,v 1.95 already what they kludged in now --- misc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc.c b/misc.c index df0f4f1..ab7e82d 100644 --- a/misc.c +++ b/misc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: misc.c,v 1.36 2009/03/03 20:01:01 millert Exp $ */ +/* $OpenBSD: misc.c,v 1.37 2009/04/19 20:34:05 sthen Exp $ */ /* $OpenBSD: path.c,v 1.12 2005/03/30 17:16:37 deraadt Exp $ */ #include "sh.h" @@ -9,7 +9,7 @@ #include #endif -__RCSID("$MirOS: src/bin/mksh/misc.c,v 1.103 2009/04/07 19:51:47 tg Exp $"); +__RCSID("$MirOS: src/bin/mksh/misc.c,v 1.104 2009/04/22 16:46:11 tg Exp $"); #undef USE_CHVT #if defined(TIOCSCTTY) && !defined(MKSH_SMALL)