1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-13 19:52:20 +00:00

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)

@ -1 +1 @@
Subproject commit 6025c8125e596ccf5e25c651a8800c072310f3a4
Subproject commit 47468f56c2d0506045120fb4d0709f3a734693f5

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[] )
{