| home | help | back | first | fref | pref | prev | next | nref | lref | last | post |
Date: Sat, 29 Dec 90 20:05:20 -0500
To: bugs@ATHENA.MIT.EDU
From: Richard Basch <probe@MIT.EDU>
SYNOPSIS
#include <sys/vfs.h>
statfs(path, buf)
char *path;
struct statfs *buf;
fstatfs(fd, buf)
int fd;
struct statfs *buf;
It should also mention that you need <sys/types.h> (to be able to
include <sys/vfs.h>)
-Richard
| home | help | back | first | fref | pref | prev | next | nref | lref | last | post |