add missing declare (HAVE_STDINT_H) to config.h

bump to mirbsdksh 1.11
This commit is contained in:
tg 2004-06-03 12:30:40 +00:00
parent bb84d64807
commit f710add0ad
3 changed files with 7 additions and 4 deletions

View File

@ -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 <stddef.h> header file. */
#define HAVE_STDDEF_H 1
/* Define if you have the <stdint.h> header file. */
#define HAVE_STDINT_H 1
/* Define if you have the <stdlib.h> header file. */
#define HAVE_STDLIB_H 1

View File

@ -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 $
---

View File

@ -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 $";