From fa0d9fc499c93eb6c8f1c502597a16a7d6a129cf Mon Sep 17 00:00:00 2001 From: tg Date: Fri, 26 Apr 2013 17:39:30 +0000 Subject: [PATCH] =?UTF-8?q?rcsid-only=20sync=20with=20oksh,=20dropping=20t?= =?UTF-8?q?his=20functionality:=20=E2=80=A2=20mail.c=20was=20removed=20any?= =?UTF-8?q?way=20=E2=80=A2=20we=20do=20not=20use=20=E2=80=9Clong=20long?= =?UTF-8?q?=E2=80=9D=20in=20mksh,=20since=20it=E2=80=99s=20not=20in=20ANSI?= =?UTF-8?q?=20C89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit instead, we probably need some 64-bit ops in the long run, but we can use some host types (might want to use time_t for tv_sec, but we cannot print that yet); might need to handle them in some generic manner… --- funcs.c | 4 ++-- shf.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/funcs.c b/funcs.c index 25cf39b..ff8f597 100644 --- a/funcs.c +++ b/funcs.c @@ -1,5 +1,5 @@ /* $OpenBSD: c_ksh.c,v 1.33 2009/02/07 14:03:24 kili Exp $ */ -/* $OpenBSD: c_sh.c,v 1.42 2013/03/20 21:05:00 millert Exp $ */ +/* $OpenBSD: c_sh.c,v 1.43 2013/04/19 17:39:45 deraadt Exp $ */ /* $OpenBSD: c_test.c,v 1.18 2009/03/01 20:11:06 otto Exp $ */ /* $OpenBSD: c_ulimit.c,v 1.17 2008/03/21 12:51:19 millert Exp $ */ @@ -38,7 +38,7 @@ #endif #endif -__RCSID("$MirOS: src/bin/mksh/funcs.c,v 1.240 2013/03/30 15:39:36 tg Exp $"); +__RCSID("$MirOS: src/bin/mksh/funcs.c,v 1.241 2013/04/26 17:39:28 tg Exp $"); #if HAVE_KILLPG /* diff --git a/shf.c b/shf.c index 4cfef74..9413e0b 100644 --- a/shf.c +++ b/shf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: shf.c,v 1.15 2006/04/02 00:48:33 deraadt Exp $ */ +/* $OpenBSD: shf.c,v 1.16 2013/04/19 17:36:09 millert Exp $ */ /*- * Copyright (c) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2011, 2012 @@ -24,7 +24,7 @@ #include "sh.h" -__RCSID("$MirOS: src/bin/mksh/shf.c,v 1.57 2013/03/30 15:39:16 tg Exp $"); +__RCSID("$MirOS: src/bin/mksh/shf.c,v 1.58 2013/04/26 17:39:30 tg Exp $"); /* flags to shf_emptybuf() */ #define EB_READSW 0x01 /* about to switch to reading */