--- sourceforge.net/trunk/rdesktop/disk.c 2004/02/25 18:28:52 617 +++ sourceforge.net/trunk/rdesktop/disk.c 2004/02/28 10:52:29 618 @@ -105,7 +105,8 @@ #if (defined(SOLARIS) || defined (__hpux) || defined(__BEOS__)) #include /* solaris statvfs */ #include -#define HAVE_MNTENT_H +/* TODO: Fix mntent-handling for solaris */ +#undef HAVE_MNTENT_H #define MNTENT_PATH "/etc/mnttab" #define STATFS_FN(path, buf) (statvfs(path,buf)) #define STATFS_T statvfs