From b7824978adc3af592ea602b53a66fd288bd27e67 Mon Sep 17 00:00:00 2001 From: tg Date: Wed, 16 Mar 2011 20:31:33 +0000 Subject: [PATCH] =?UTF-8?q?RCSID=20sync=20with=20openbsd,=20one=20we=20had?= =?UTF-8?q?=20already,=20one=20Okan=20Demirmen=20stole=20from=20mksh=20(bu?= =?UTF-8?q?t=20attributed,=20so=20it=E2=80=99s=20okay,=20considering=20the?= =?UTF-8?q?=20amount=20of=20patch=20is=20not=20large=20enough=20to=20warra?= =?UTF-8?q?nt=20copyright=20stuff)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- edit.c | 4 ++-- eval.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/edit.c b/edit.c index a7b1b8f..60b1f78 100644 --- a/edit.c +++ b/edit.c @@ -1,6 +1,6 @@ /* $OpenBSD: edit.c,v 1.34 2010/05/20 01:13:07 fgsch Exp $ */ /* $OpenBSD: edit.h,v 1.8 2005/03/28 21:28:22 deraadt Exp $ */ -/* $OpenBSD: emacs.c,v 1.42 2009/06/02 06:47:47 halex Exp $ */ +/* $OpenBSD: emacs.c,v 1.43 2011/03/14 21:20:01 okan Exp $ */ /* $OpenBSD: vi.c,v 1.26 2009/06/29 22:50:19 martynas Exp $ */ /*- @@ -25,7 +25,7 @@ #include "sh.h" -__RCSID("$MirOS: src/bin/mksh/edit.c,v 1.206 2011/03/13 01:20:16 tg Exp $"); +__RCSID("$MirOS: src/bin/mksh/edit.c,v 1.207 2011/03/16 20:31:32 tg Exp $"); /* * in later versions we might use libtermcap for this, but since external diff --git a/eval.c b/eval.c index b693d4d..a43ae7c 100644 --- a/eval.c +++ b/eval.c @@ -1,4 +1,4 @@ -/* $OpenBSD: eval.c,v 1.35 2010/03/24 08:27:26 fgsch Exp $ */ +/* $OpenBSD: eval.c,v 1.36 2011/03/15 08:39:54 okan Exp $ */ /*- * Copyright (c) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 @@ -22,7 +22,7 @@ #include "sh.h" -__RCSID("$MirOS: src/bin/mksh/eval.c,v 1.100 2011/03/13 16:03:50 tg Exp $"); +__RCSID("$MirOS: src/bin/mksh/eval.c,v 1.101 2011/03/16 20:31:33 tg Exp $"); /* * string expansion