1
1

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.
Этот коммит содержится в:
Miguel de Icaza 1999-03-11 19:01:53 +00:00
родитель 307ad5a44d
Коммит 67f787b786
2 изменённых файлов: 11 добавлений и 0 удалений

Просмотреть файл

@ -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:

Просмотреть файл

@ -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;