Date: Sun, 20 Jul 1997 16:31:26 -0700 (MST) From: Terry Lambert <terry@lambert.org> To: frankd@yoda.fdt.net (Frank Seltzer) Cc: hackers@FreeBSD.ORG Subject: Re: sys/vfs.h Message-ID: <199707202331.QAA10047@phaeton.artisoft.com> In-Reply-To: <Pine.BSF.3.96.970718191046.15159C-100000@Kryten.nina.org> from "Frank Seltzer" at Jul 18, 97 07:14:04 pm
next in thread | previous in thread | raw e-mail | index | archive | help
> Do we have an equivalent file to this Linux file? I am trying to build > XVFilemanager and mount.c has > > #include <sys/vfs.h> > > which causes the build to fall over. It depends on what it wants out of it. Possibilities are: mount.h Contains mount related structures and manifest constants; this is your most likely candidate. Note: I am not happy with manifest definitions of file system types here; you will probably have to add "yet-another-one". This is because the BSD mount(2) system call needs a facelift. vnode_if.h The vnode interface; this file is generated as part of the build process by kern/vnode_if.sh. vnode.h Probably not what you want; details the in-core vnode structures. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199707202331.QAA10047>