From c06e3979a860626b8bc14cfe7eb03b0b1a405536 Mon Sep 17 00:00:00 2001 From: tg Date: Wed, 4 Jan 2012 22:38:33 +0000 Subject: [PATCH] =?UTF-8?q?I=20hate=20having=20to=20do=20those=20year=20bu?= =?UTF-8?q?mps=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- misc.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/misc.c b/misc.c index 0191f87..102dd05 100644 --- a/misc.c +++ b/misc.c @@ -2,7 +2,8 @@ /* $OpenBSD: path.c,v 1.12 2005/03/30 17:16:37 deraadt Exp $ */ /*- - * Copyright (c) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 + * Copyright (c) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, + * 2011, 2012 * Thorsten Glaser * * Provided that these terms and disclaimer and all copyright notices @@ -29,7 +30,7 @@ #include #endif -__RCSID("$MirOS: src/bin/mksh/misc.c,v 1.181 2012/01/04 19:09:35 tg Exp $"); +__RCSID("$MirOS: src/bin/mksh/misc.c,v 1.182 2012/01/04 22:38:33 tg Exp $"); /* type bits for unsigned char */ unsigned char chtypes[UCHAR_MAX + 1];