1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

dtksh: fix a build issue with Kubuntu x86_64.

Remove an apparently 'mac' definition for feature/fs and an
unnecessary struct stat forward declaration.
This commit is contained in:
Jon Trulson 2013-05-17 23:22:33 -06:00
parent a198d898e8
commit fe0e5904c3
2 changed files with 0 additions and 3 deletions

View file

@ -1,4 +1,3 @@
mac _STAT_VER,fstat,lstat,stat,_MKNOD_VER,mknod sys/types.h sys/stat.h
cat{
#if defined(__uxp__)
#include <sys/types.h>

View file

@ -341,8 +341,6 @@ typedef unsigned short wchar_t;
#include <ast_types.h>
#endif
struct stat;
#if defined(__cplusplus) || !defined(_std_stdlib) && !defined(__STDC__)
/* <stdlib.h> */