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:
parent
a198d898e8
commit
fe0e5904c3
2 changed files with 0 additions and 3 deletions
|
@ -1,4 +1,3 @@
|
||||||
mac _STAT_VER,fstat,lstat,stat,_MKNOD_VER,mknod sys/types.h sys/stat.h
|
|
||||||
cat{
|
cat{
|
||||||
#if defined(__uxp__)
|
#if defined(__uxp__)
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
|
@ -341,8 +341,6 @@ typedef unsigned short wchar_t;
|
||||||
#include <ast_types.h>
|
#include <ast_types.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
struct stat;
|
|
||||||
|
|
||||||
#if defined(__cplusplus) || !defined(_std_stdlib) && !defined(__STDC__)
|
#if defined(__cplusplus) || !defined(_std_stdlib) && !defined(__STDC__)
|
||||||
|
|
||||||
/* <stdlib.h> */
|
/* <stdlib.h> */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue