From f710add0ad37ae8c3acb401ce4f8cff68ef03650 Mon Sep 17 00:00:00 2001 From: tg Date: Thu, 3 Jun 2004 12:30:40 +0000 Subject: [PATCH] add missing declare (HAVE_STDINT_H) to config.h bump to mirbsdksh 1.11 --- config.h | 5 ++++- tests/version.t | 2 +- version.c | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/config.h b/config.h index 9234d0e..9a73e4a 100644 --- a/config.h +++ b/config.h @@ -1,4 +1,4 @@ -/* $MirBSD: config.h,v 1.10 2004/05/24 19:56:00 tg Exp $ */ +/* $MirBSD: config.h,v 1.11 2004/06/03 12:30:38 tg Stab $ */ /* $OpenBSD: config.h,v 1.9 2003/10/22 07:40:38 jmc Exp $ */ /* @@ -314,6 +314,9 @@ /* Define if you have the header file. */ #define HAVE_STDDEF_H 1 +/* Define if you have the header file. */ +#define HAVE_STDINT_H 1 + /* Define if you have the header file. */ #define HAVE_STDLIB_H 1 diff --git a/tests/version.t b/tests/version.t index 0277ab3..763b9cf 100644 --- a/tests/version.t +++ b/tests/version.t @@ -5,5 +5,5 @@ category: pdksh stdin: echo $KSH_VERSION expected-stdout: - @(#)PD KSH v5.2.14 99/07/13.2 MirOS $Revision: 1.10 $ + @(#)PD KSH v5.2.14 99/07/13.2 MirOS $Revision: 1.11 $ --- diff --git a/version.c b/version.c index e700261..b169541 100644 --- a/version.c +++ b/version.c @@ -1,4 +1,4 @@ -/* $MirBSD: version.c,v 1.10 2004/05/24 20:50:08 tg Stab $ */ +/* $MirBSD: version.c,v 1.11 2004/06/03 12:30:39 tg Exp $ */ /* $OpenBSD: version.c,v 1.12 1999/07/14 13:37:24 millert Exp $ */ /* @@ -8,4 +8,4 @@ #include "sh.h" const char ksh_version[] = - "@(#)PD KSH v5.2.14 99/07/13.2 MirOS $Revision: 1.10 $"; + "@(#)PD KSH v5.2.14 99/07/13.2 MirOS $Revision: 1.11 $";