GNOME Bugzilla – Bug 136521
Portability fixes
Last modified: 2004-12-22 21:47:04 UTC
1. [libnautilus-private/nautilus-file-attributes.h, src/nautilus-information-panel.c, components/image_properties/nautilus-image-properties-view.c] IBM C compiler doesn't like a trailing comma after the last enum constant 2. [libnautilus-private/nautilus-volume-monitor.c, configure.in] Add getfsstat() support on Tru64 UNIX (I think I stole the configure.in changes from fileutils). Add support (or better support) for HP-UX, IRIX, and AIX. BTW, I think the way nautilus-volume-monitor.c handles AIX is wrong. Reading /etc/filesystems is like reading /etc/fstab. If a user mounts a volume on a running system, you won't see it in the list. I don't have time to fix this now though. coreutils already has code to read a list of mounted volumes on AIX so it shouldn't take too much work to get the correct solution implemented.
Created attachment 25325 [details] [review] Patch
Adding PATCH/bugsquad, marking High, and assuming this applies and works in 2.5 as well.
The first part has been commited. The rest do not apply to HEAD anymore.