Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Jul 1997 20:50:17 -0400 (EDT)
From:      Frank Seltzer <frankd@yoda.fdt.net>
To:        Terry Lambert <terry@lambert.org>
Cc:        hackers@FreeBSD.ORG
Subject:   Re: sys/vfs.h
Message-ID:  <Pine.BSF.3.96.970720204756.15159F-100000@Kryten.nina.org>
In-Reply-To: <199707202331.QAA10047@phaeton.artisoft.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 20 Jul 1997, Terry Lambert wrote:

> > 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.
> 
> 

I will give it a try with these files substituted and see what happens. On
closer inspection, it seems that this app was not written with portability
beyond Linux in mind so I may not have much luck.


Thanks,
Frank
--
Only in America can a homeless veteran sleep in a cardboard box while a 
draft dodger sleeps in the White House - anonymous





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.970720204756.15159F-100000>