diff --git a/cde/lib/tt/lib/util/tt_file_system.C b/cde/lib/tt/lib/util/tt_file_system.C index 05c81b710..368d3401f 100644 --- a/cde/lib/tt/lib/util/tt_file_system.C +++ b/cde/lib/tt/lib/util/tt_file_system.C @@ -443,7 +443,7 @@ updateFileSystemEntries () // XXX Due to bug #1126575 - MNTTAB temporarily goes to // size 0 during automounter updates. The file stats // OK, but has no data in it. - pollfd poll_fd; + struct pollfd poll_fd; while (mount_table_stat.st_size == 0) { (void)poll (&poll_fd, 0, 100); // Must use lstat here; mtab is often a symlink