Date: Mon, 10 Apr 2000 11:42:45 -0700 From: Brooks Davis <brooks@one-eyed-alien.net> To: Christoph Kukulies <kuku@gilberto.physik.RWTH-Aachen.DE> Cc: hackers@FreeBSD.ORG Subject: Re: mntent.h - what is it? Message-ID: <20000410114245.A11090@orion.ac.hmc.edu> In-Reply-To: <200004091630.SAA02426@gil.physik.rwth-aachen.de>; from kuku@gilberto.physik.RWTH-Aachen.DE on Sun, Apr 09, 2000 at 06:30:55PM %2B0200 References: <200004091630.SAA02426@gil.physik.rwth-aachen.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Apr 09, 2000 at 06:30:55PM +0200, Christoph Kukulies wrote: > > I'm trying to port quicktime for Linux to FreeBSD (xmovie). > I'm stumbling across the following code fragment: > > #include <mntent.h> !!!!! > #include <sys/stat.h> > #include <stdlib.h> [snip] > > is mntent a linux speciality? You really need a linux box to read manpages and browse headers on if you're going to be porting software. The glibc manpages claim it's a 4.3BSD features, but it's not mentioned in the 4.3 manpages on the FreeBSD site. It looks to me like the closest thing you'll find is getmntinfo(3). -- Brooks -- Any statement of the form "X is the one, true Y" is FALSE. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000410114245.A11090>