Surprising how much gcc 4 compilers on Linux differ. Another attempt to

make both gcc 2.95.3 and the plethora of gcc 4s happy: Typedefed
struct fssh_stat to fssh_struct_stat, thus hopefully avoiding spurious
errors concerning clashes with the function or regarding namespacing.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21055 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2007-05-07 13:41:12 +00:00
parent 3bef51f0ae
commit e23824d781
2 changed files with 12 additions and 11 deletions
+1
View File
@@ -31,6 +31,7 @@ struct fssh_stat {
// can only retrieve the R5 stat structure
unsigned int fssh_st_type; /* attribute/index type */
};
typedef struct fssh_stat fssh_struct_stat;
/* extended file types */
#define FSSH_S_ATTR_DIR 01000000000 /* attribute directory */