DragonFly kernel List (threaded) for 2009-01
DragonFly BSD
DragonFly kernel List (threaded) for 2009-01
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: where is statfs.h?


To: Sdävtaker <sdavtaker@xxxxxxxxx>
From: Sascha Wildner <saw@xxxxxxxxx>
Date: Sat, 10 Jan 2009 02:38:56 +0100

Sdävtaker schrieb:
Hey,

Just before I start, sorry for my english, I hope you can understand me.

I started trying to port FUSE for DFBSD, it is my first pkgsrc  fix
attempt, so maybe Im drowning in a glass.
I started with clean src from FUSE site, ./configure runs (fails to
recognice some data, but nothing critical) after that i ran a make,
moved a few things around and got a include problem, tracked the file
around and couldnt found it.
it is statfs.h

error: sys/statfs.h: No such file or directory

I went to FreeBSD, installed fuse with no problems and checked out
from where statfs.h has been got, but there was no statfs.h around
neither.

So, i was wondering where is the diff with FreeBSD and it is a big
diff, since FBSD is using a old version of Fuse and not last one as
pkgsrc, the old version doesnt use statfs.h,  so... dead end there.

I kept looked and found there is a sys/stat.h and sys/statvfs.h in
DFBSD src and a stat.2 statfs.2 statvs.2
I wonder if one of those files could be the one im looking for.
I wonder too, what are those *.2 files and why all got a .h beside the statfs.
Thanks for any info.

struct statfs is in sys/mount.h if that is the question.


Sascha

--
http://yoyodyne.ath.cx



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]