Date: Mon, 21 Jul 1997 12:29:08 -0700 (MST) From: Terry Lambert <terry@lambert.org> To: abial@korin.warman.org.pl (Andrzej Bialecki) Cc: frankd@yoda.fdt.net, terry@lambert.org, hackers@FreeBSD.ORG Subject: Re: sys/vfs.h Message-ID: <199707211929.MAA11689@phaeton.artisoft.com> In-Reply-To: <Pine.NEB.3.95.970721091316.7205A-100000@korin.warman.org.pl> from "Andrzej Bialecki" at Jul 21, 97 09:14:54 am
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. > > > > 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. > > You may try first to remove this include at all, and see what it complains > about (most notably "incomplete type" warnings), and then grep our source > tree for these definitions. Most likely, he will need to replace the mount command entirely; I assume that "mount.c" is the mount command. Look at the mount code under /usr/src/sbin for sample code showing how to push data across the mount system call. 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?199707211929.MAA11689>