dtksh: update ksh to commit 47468f (fix musl compiler errors)

This commit is contained in:
Chase
2021-01-22 17:36:32 -06:00
committed by Jon Trulson
parent ad39eebb2d
commit eab8cf4c16
3 changed files with 3 additions and 5 deletions

View File

@@ -33,8 +33,6 @@
#ifndef _Dtksh_dtksh_h
#define _Dtksh_dtksh_h
#include "nval.h"
#define SUCCESS 0
#define FAIL (-1)

View File

@@ -174,7 +174,7 @@ static int Text_VarAndWidget(
int argc,
char *argv[]) ;
static int Text_WidgetAndBoolean(
void (*func)(Widget w, int b),
void (*func)(Widget w, char b),
int argc,
char *argv[]) ;
static int Text_WidgetAndOneParam(
@@ -4062,7 +4062,7 @@ do_XmTextGetString(
static int
Text_WidgetAndBoolean(
void (*func)(Widget w, int b),
void (*func)(Widget w, char b),
int argc,
char *argv[] )
{