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:
Miguel de Icaza 1999-03-11 19:01:53 +00:00
parent 307ad5a44d
commit 67f787b786
2 changed files with 11 additions and 0 deletions

View File

@ -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>
* extfs/extfs.ini: Corrected rpms -> rpms:

View File

@ -36,6 +36,12 @@ struct utimbuf {
*/
#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 */
typedef void * vfsid;