bug-findutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RS6000 bug in findutils


From: Jeff Moskow
Subject: RS6000 bug in findutils
Date: Thu, 10 Oct 2002 13:12:00 -0400 (EDT)

I suggest the following patch to fix a problem with AIX version 4 and 5
JFS2 filesystems:

Regards,
        Jeff

--- ./find/fstype.c.rtr 2000-04-07 01:17:45.000000000 -0400
+++ ./find/fstype.c     2002-10-06 08:12:25.000000000 -0400
@@ -141,10 +141,8 @@
 {
   switch (t)
     {
-    case MNT_AIX:
-#if 0                          /* NFS filesystems are actually MNT_AIX. */
-      return "aix";
-#endif
+    case MNT_AIX: /* JFS2 filesystems actually MNT_AIX. */
+      return "jfs2";
     case MNT_NFS:
       return "nfs";
     case MNT_JFS:

-- 
===============================================================================
                        Ready-to-Run Software, Inc.   
   The Industry's Leading Provider of Cross-Platform Software Services
         *******************************************************
email: address@hidden                     Jeff Moskow  
fax  : +1 978 251 5401                  Ready-to-Run Software, Inc.
voice: +1 978 251 5400                  11 School Street
www  : http://www.rtr.com               North Chelmsford, MA.  01863
                                        USA




reply via email to

[Prev in Thread] Current Thread [Next in Thread]