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

This commit is contained in:
Chase
2021-01-23 17:13:46 -07:00
committed by Jon Trulson
parent ad39eebb2d
commit eab8cf4c16
3 changed files with 3 additions and 5 deletions
-2
View File
@@ -33,8 +33,6 @@
#ifndef _Dtksh_dtksh_h
#define _Dtksh_dtksh_h
#include "nval.h"
#define SUCCESS 0
#define FAIL (-1)
+2 -2
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[] )
{