Hello Mike,

here are the results for HP-UX (using "find ... | xargs grep ...":

HP-UX 10.20
-----------
/usr/include/sys/_statvfs_body.h: ad_ulong_t f_frsize; /* Fundamental file system block size */
/usr/include/sys/_statvfs_body.h: u_long f_frsize; /* Fundamental file system block size */
/usr/include/sys/_statvfs_body.h: ad_ulong_t f_size; /* size of FS in f_frsize units */
/usr/include/sys/_statvfs_body.h: u_long f_size; /* size of FS in f_frsize units */


HP-UX 11.0
----------
/usr/include/sys/_statvfs_body.h: unsigned long f_frsize; /* Fundamental file system block size */
/usr/include/sys/_statvfs_body.h: unsigned long f_size; /* size of FS in f_frsize units */


HP-UX 11i
---------
/usr/include/sys/_statvfs_body.h: unsigned long f_frsize; /* Fundamental file system block size */
/usr/include/sys/_statvfs_body.h: unsigned long f_size; /* size of FS in f_frsize units */


Johannes

Mike Slifcak schrieb:

Bruce Shaw wrote:

I believe Wes made a change to configure.in to take into account operating
systems (like linux) that have f_frsize but don't at statvfs (if I
understand correctly). We may have fixed the problem twice.


Not that I mind belt-and-suspenders solution, I'm just wondering what other
OS's are affected.



If you have time, please investigate and let us know. That goes to anyone reading this message %^)

     grep -r f_frsize /usr/include




#if defined(STRUCT_STATVFS_HAS_F_FRSIZE) && !defined(linux)






------------------------------------------------------- This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND _______________________________________________ Net-snmp-coders mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

-- Johannes Schmidt-Fischer

InterFace AG                 phone  +49 (0)89 / 610 49 - 207
Leipziger Str. 16            fax    +49 (0)89 / 610 49 - 85
D-82008 Unterhaching         mobile +49 (0)171/ 787 76 01
http://www.InterFace-AG.com  mailto:[EMAIL PROTECTED]



-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Net-snmp-coders mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to