Re: FreeBSD include patches
- From: mva@xxxxxxxxxxxx
- To: emelfm2@xxxxxxxxxxxxx
- Date: Mon, 04 Jun 2007 23:10:13 +0200
tpgww@xxxxxxxxxxx:
On Mon, 4 Jun 2007 12:58:59 +0200
Marcus von Appen <mva@xxxxxxxxxxxx> wrote:
attached you'll find two patches, which fix up include issues on the
FreeBSD operating system. statfs.h does not exist on FreeBSD, instead
mount.h and param.h are used for the usage of the statfs functions.
The second one is used to fix the pthread includes.
Both were made against the 0.3.4 release.
Thanks Marcus
Looks like the different statfs-related headers are also needed for openbsd.
I am curious though, why you needed to include the pthreads header
in e2_fileview.h. (It's already included in e2_fileview.c)
I am curious as well. No idea, why I did that originally. You can drop
it for now as I cannot
reproduce the original issue I had there.
Regards
Marcus
--
Users can unsubscribe from the list by sending email to
emelfm2-request@xxxxxxxxxxxxx with 'unsubscribe' in the subject field or by
logging into the web interface.
- References:
- FreeBSD include patches
- From: Marcus von Appen
- Re: FreeBSD include patches
- From: tpgww
Other related posts:
- » FreeBSD include patches
- » Re: FreeBSD include patches
- » Re: FreeBSD include patches
On Mon, 4 Jun 2007 12:58:59 +0200 Marcus von Appen <mva@xxxxxxxxxxxx> wrote:
attached you'll find two patches, which fix up include issues on the FreeBSD operating system. statfs.h does not exist on FreeBSD, instead mount.h and param.h are used for the usage of the statfs functions. The second one is used to fix the pthread includes. Both were made against the 0.3.4 release.
Thanks Marcus Looks like the different statfs-related headers are also needed for openbsd.I am curious though, why you needed to include the pthreads header in e2_fileview.h. (It's already included in e2_fileview.c)
- FreeBSD include patches
- From: Marcus von Appen
- Re: FreeBSD include patches
- From: tpgww