After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 136521 - Portability fixes
Portability fixes
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: File and Folder Operations
2.4.x
Other other
: High normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-03-08 05:26 UTC by The Written Word
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch (15.05 KB, patch)
2004-03-08 05:27 UTC, The Written Word
none Details | Review

Description The Written Word 2004-03-08 05:26:49 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.
Comment 1 The Written Word 2004-03-08 05:27:21 UTC
Created attachment 25325 [details] [review]
Patch
Comment 2 Matthew Gatto 2004-03-08 08:40:03 UTC
Adding PATCH/bugsquad, marking High, and assuming this applies and
works in 2.5 as well.
Comment 3 Alexander Larsson 2004-03-16 14:55:28 UTC
The first part has been commited. The rest do not apply to HEAD anymore.