mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 12:56:51 +03:00
1999-03-11 Miguel de Icaza <miguel@nuclecu.unam.mx>
* vfs.h: Make it compile in AIX. Boy do those guys polute the name space.
This commit is contained in:
parent
307ad5a44d
commit
67f787b786
@ -1,3 +1,8 @@
|
|||||||
|
1999-03-11 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
||||||
|
|
||||||
|
* vfs.h: Make it compile in AIX. Boy do those guys polute the
|
||||||
|
name space.
|
||||||
|
|
||||||
1999-03-09 Shooby Ban <bansz@szif.hu>
|
1999-03-09 Shooby Ban <bansz@szif.hu>
|
||||||
|
|
||||||
* extfs/extfs.ini: Corrected rpms -> rpms:
|
* extfs/extfs.ini: Corrected rpms -> rpms:
|
||||||
|
@ -36,6 +36,12 @@ struct utimbuf {
|
|||||||
*/
|
*/
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/*
|
||||||
|
* The following line is needed, because as usual, AIX polutes every single
|
||||||
|
* name space they can get their hands on
|
||||||
|
*/
|
||||||
|
#undef vfs_type
|
||||||
|
|
||||||
/* Our virtual file system layer */
|
/* Our virtual file system layer */
|
||||||
|
|
||||||
typedef void * vfsid;
|
typedef void * vfsid;
|
||||||
|
Loading…
Reference in New Issue
Block a user