--- sourceforge.net/trunk/rdesktop/disk.c 2004/04/17 07:14:41 664 +++ sourceforge.net/trunk/rdesktop/disk.c 2004/04/29 19:41:49 686 @@ -44,8 +44,8 @@ #if (defined(SOLARIS) || defined (__hpux) || defined(__BEOS__)) #include /* solaris statvfs */ -#include -/* TODO: Fix mntent-handling for solaris */ +/* TODO: Fix mntent-handling for solaris/hpux + * #include */ #undef HAVE_MNTENT_H #define MNTENT_PATH "/etc/mnttab" #define STATFS_FN(path, buf) (statvfs(path,buf))