From a71ee09728241e10157a52ffb8f38e1169d67bf9 Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Fri, 17 May 2013 23:22:33 -0600 Subject: [PATCH] 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. --- cde/programs/dtksh/ksh93/src/lib/libast/features/fs | 1 - cde/programs/dtksh/ksh93/src/lib/libast/include/ast_std.h | 2 -- 2 files changed, 3 deletions(-) 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__) /* */ -- 2.25.1