>Hope this helps,

Sort of.  I should have looked at the code closer and asked a couple
more questions.

How about the following:

  grep VFS config/config.h
  grep MOUNT config/config.h

I suspect you'll find HAVE_SYS_STATVFS_H is defined.  That implies the
Amanda code is going down the right path (it says it is for Irix 5+),
but Irix 6 (bless their hearts) has screwed with things so it won't work.

How deep do you want to get into this?  If I need you to grope around in
system header files and make code patches (that I'll provide), is that
reasonable?

If not, any chance I could get access to a temporary (and I do mean
temporary), completely non-privileged, account on that system.  A few
simple compiles should be able to figure this out.

If you don't mind groping around, we need to find the prototype for
the statfs() system call (e.g. in a man page or header file) and the
corresponding declaration of the structure that gets passed (probably
statfs or statvfs).

Welcome to the wonderful world of cross platform coding.  Sheesh!

>EZ

John R. Jackson, Technical Software Specialist, [EMAIL PROTECTED]

Reply via email to