>If you have time, please investigate and let us know. >That goes to anyone reading this message %^)
> grep -r f_frsize /usr/include grep: illegal option -- r Usage: grep -hblcnsviw pattern file . . . However, find . -type f -print | xargs grep -i f_frsize delivers: ./sys/statfs.h: long f_frsize; /* Fragment size (if supported) */ ./sys/statvfs.h: unsigned long f_frsize; /* fragment size */ ./sys/statvfs.h: fsblkcnt_t f_blocks; /* total blocks of f_frsize on fs */ ./sys/statvfs.h: fsblkcnt_t f_bfree; /* total free blocks of f_frsize */ ./sys/statvfs.h: u_int f_frsize; /* fundamental file system block size */ ./sys/statvfs.h: fsblkcnt64_t f_blocks; /* total # of blocks of f_frsize on fs */ ./sys/statvfs.h: fsblkcnt64_t f_bfree; /* total # of free blocks of f_frsize */ This communication is intended for the use of the recipient to which it is addressed, and may contain confidential, personal and or privileged information. Please contact us immediately if you are not the intended recipient of this communication, and do not copy, distribute, or take action relying on it. Any communication received in error, or subsequent reply, should be deleted or destroyed. ------------------------------------------------------- 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
