From: Jon Trulson Date: Sat, 18 May 2013 05:22:33 +0000 (-0600) Subject: dtksh: fix a build issue with Kubuntu x86_64. X-Git-Tag: 2.2.0d~6^2~2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a71ee09728241e10157a52ffb8f38e1169d67bf9;p=oweals%2Fcde.git dtksh: fix a build issue with Kubuntu x86_64. Remove an apparently unnecessary 'mac' definition for feature/fs and an unnecessary struct stat forward declaration. --- diff --git a/cde/programs/dtksh/ksh93/src/lib/libast/features/fs b/cde/programs/dtksh/ksh93/src/lib/libast/features/fs index 5dfd5d27..f9c7c3b6 100644 --- a/cde/programs/dtksh/ksh93/src/lib/libast/features/fs +++ b/cde/programs/dtksh/ksh93/src/lib/libast/features/fs @@ -1,4 +1,3 @@ -mac _STAT_VER,fstat,lstat,stat,_MKNOD_VER,mknod sys/types.h sys/stat.h cat{ #if defined(__uxp__) #include diff --git a/cde/programs/dtksh/ksh93/src/lib/libast/include/ast_std.h b/cde/programs/dtksh/ksh93/src/lib/libast/include/ast_std.h index 0835df57..97004e58 100644 --- a/cde/programs/dtksh/ksh93/src/lib/libast/include/ast_std.h +++ b/cde/programs/dtksh/ksh93/src/lib/libast/include/ast_std.h @@ -341,8 +341,6 @@ typedef unsigned short wchar_t; #include #endif -struct stat; - #if defined(__cplusplus) || !defined(_std_stdlib) && !defined(__STDC__) /* */