Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Aug 2001 16:24:54 -0500
From:      Dan Nelson <dnelson@emsphone.com>
To:        Wayne Pascoe <wayne.pascoe@ehsrealtime.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Porting app from Linux - sys/vfs.h replacement
Message-ID:  <20010826162454.A12725@dan.emsphone.com>
In-Reply-To: <861ylycyf7.fsf@pan.ehsrealtime.com>
References:  <861ylycyf7.fsf@pan.ehsrealtime.com>

next in thread | previous in thread | raw e-mail | index | archive | help
In the last episode (Aug 26), Wayne Pascoe said:
> Hi all,
> 
> I am porting an app from linux. It uses 
> sys/vfs.h . This calls in statfs.h
> 
> What would provide the same functionality in FreeBSD ? I particularly
> need
> 
> buf.f_blocks
> buf.f_bavail
> buf.f_bfree

man statfs:

SYNOPSIS
     #include <sys/param.h>
     #include <sys/mount.h>

-- 
	Dan Nelson
	dnelson@emsphone.com

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010826162454.A12725>