Re: bug in statfs

2003-12-04 Thread Corinna Vinschen
On Thu, Dec 04, 2003 at 09:27:14AM -0500, Sam Steingold wrote: > PS. Is there a POSIX way to get the list of mount points, lime mount(1) > and df(1) do? It appears that linux has /proc/mounts and most > unixes have /etc/mtab, but is there a system call? man 3 getmntent Corinna -- Co

Re: bug in statfs

2003-12-04 Thread Sam Steingold
> * Corinna Vinschen <[EMAIL PROTECTED]> [2003-12-04 10:41:37 +0100]: > > On Wed, Dec 03, 2003 at 12:03:41PM -0500, Sam Steingold wrote: >> POSIX specifies struct statvfs to contain slots f_frsize, f_flag, >> f_favail, and f_namemax and to be declared in : >>

Re: bug in statfs

2003-12-04 Thread Corinna Vinschen
On Wed, Dec 03, 2003 at 12:03:41PM -0500, Sam Steingold wrote: > Hi, > POSIX specifies struct statfs to contain slots f_frsize, f_flag, > f_favail, and f_namemax and to be declared in : > > > Cygwin defines struct statfs w

Re: bug in statfs

2003-12-03 Thread Sam Steingold
> * Larry Hall <[EMAIL PROTECTED]> [2003-12-03 12:23:52 -0500]: > > At 12:03 PM 12/3/2003, Sam Steingold you wrote: >>POSIX specifies struct statfs to contain slots f_frsize, f_flag, >>f_favail, and f_namemax and to be declared in : >>

Re: bug in statfs

2003-12-03 Thread Larry Hall
At 12:03 PM 12/3/2003, Sam Steingold you wrote: >Hi, >POSIX specifies struct statfs to contain slots f_frsize, f_flag, >f_favail, and f_namemax and to be declared in : > > >Cygwin defines struct statfs without slots f_frsize

bug in statfs

2003-12-03 Thread Sam Steingold
Hi, POSIX specifies struct statfs to contain slots f_frsize, f_flag, f_favail, and f_namemax and to be declared in : Cygwin defines struct statfs without slots f_frsize, f_flag, and f_favail, and with f_namelen instead of