From 0fe20ab25fb4fce5253afd22303429dfdf1c8e16 Mon Sep 17 00:00:00 2001 From: tg Date: Sun, 22 Mar 2009 17:31:17 +0000 Subject: [PATCH] sync with oksh (nop) --- main.c | 4 ++-- misc.c | 4 ++-- sh.h | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/main.c b/main.c index 7030c09..395c13a 100644 --- a/main.c +++ b/main.c @@ -1,7 +1,7 @@ /* $OpenBSD: main.c,v 1.44 2008/07/05 07:25:18 djm Exp $ */ /* $OpenBSD: tty.c,v 1.9 2006/03/14 22:08:01 deraadt Exp $ */ /* $OpenBSD: io.c,v 1.22 2006/03/17 16:30:13 millert Exp $ */ -/* $OpenBSD: table.c,v 1.12 2005/12/11 20:31:21 otto Exp $ */ +/* $OpenBSD: table.c,v 1.13 2009/01/17 22:06:44 millert Exp $ */ #define EXTERN #include "sh.h" @@ -13,7 +13,7 @@ #include #endif -__RCSID("$MirOS: src/bin/mksh/main.c,v 1.120 2009/03/14 18:12:53 tg Exp $"); +__RCSID("$MirOS: src/bin/mksh/main.c,v 1.121 2009/03/22 17:31:16 tg Exp $"); extern char **environ; diff --git a/misc.c b/misc.c index 9e1b200..8946b79 100644 --- a/misc.c +++ b/misc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: misc.c,v 1.34 2008/07/12 12:33:42 miod Exp $ */ +/* $OpenBSD: misc.c,v 1.35 2009/01/17 22:06:44 millert Exp $ */ /* $OpenBSD: path.c,v 1.12 2005/03/30 17:16:37 deraadt Exp $ */ #include "sh.h" @@ -6,7 +6,7 @@ #include #endif -__RCSID("$MirOS: src/bin/mksh/misc.c,v 1.97 2009/03/14 18:12:53 tg Exp $"); +__RCSID("$MirOS: src/bin/mksh/misc.c,v 1.98 2009/03/22 17:31:17 tg Exp $"); #undef USE_CHVT #if defined(TIOCSCTTY) && !defined(MKSH_SMALL) diff --git a/sh.h b/sh.h index a7c1794..006c967 100644 --- a/sh.h +++ b/sh.h @@ -4,7 +4,7 @@ /* $OpenBSD: tree.h,v 1.10 2005/03/28 21:28:22 deraadt Exp $ */ /* $OpenBSD: expand.h,v 1.6 2005/03/30 17:16:37 deraadt Exp $ */ /* $OpenBSD: lex.h,v 1.11 2006/05/29 18:22:24 otto Exp $ */ -/* $OpenBSD: proto.h,v 1.30 2006/03/17 16:30:13 millert Exp $ */ +/* $OpenBSD: proto.h,v 1.31 2009/01/17 22:06:44 millert Exp $ */ /* $OpenBSD: c_test.h,v 1.4 2004/12/20 11:34:26 otto Exp $ */ /* $OpenBSD: tty.h,v 1.5 2004/12/20 11:34:26 otto Exp $ */ @@ -102,7 +102,7 @@ #define __SCCSID(x) __IDSTRING(sccsid,x) #ifdef EXTERN -__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.280 2009/03/22 16:55:38 tg Exp $"); +__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.281 2009/03/22 17:31:17 tg Exp $"); #endif #define MKSH_VERSION "R36 2009/03/17"