bug-gnu-utils
[Top][All Lists]
Advanced

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

'find' patch for AIX 4.3 and 5.1


From: Richard Griswold
Subject: 'find' patch for AIX 4.3 and 5.1
Date: Mon, 4 Jun 2001 22:17:44 -0500 (CDT)

I've attached a patch for findutils that makes find work better on newer
versions of AIX that support statvfs.  I couldn't use the existing defines
for STATVFS since AIX doesn't have the sys/fstyp.h header, so I added a
new define, FSTYPE_AIX_STATVFS.  Older versions of AIX will still pick up
the FSTYPE_AIX_STATFS define.

By using statvfs() instead of statfs(), find will now support
filesystems such as nfs3 and procfs with the -fstype flag.

Use 'patch -p1 < findutils-4.1-aix.patch' in the findutils 4.1 directory
to apply the patch.

-- 
Richard Griswold - address@hidden

Attachment: findutils-4.1-aix.patch
Description: Text document


reply via email to

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