Add NetBSD support
authorMiklos Szeredi <mszeredi@suse.cz>
Fri, 27 Aug 2010 15:16:54 +0000 (17:16 +0200)
committerMiklos Szeredi <mszeredi@suse.cz>
Fri, 27 Aug 2010 15:16:54 +0000 (17:16 +0200)
commit64222fbcbd3ed227e4f9c68e1acccd7e68218982
tree7fd0ce19a909ee39f741e50732f1f97cffe21f22
parent7cc73a47ddbc25666f0fba1872099eb3245ba25e
Add NetBSD support

The bulk of it is just about adding ifdef __NetBSD__ where there is
already an ifdef __FreeBSD__

Add a arch=netbsd to deal with NetBSD specifics. I suggests that
arch=bsd could be renamed to arch=freebsd

NetBSD specific linking with -lperfuse

NetBSD patches to lib/mount.c. It turned to be less itrusive to patch
mount;c than mount_bsd.c. I suggest mount_bsd.c could be renamed to
mount_freebsd.c

Patch from Emmanuel Dreyfus
ChangeLog
configure.in
include/fuse_compat.h
include/fuse_lowlevel_compat.h
lib/Makefile.am
lib/fuse.c
lib/fuse_lowlevel.c
lib/helper.c
lib/mount.c
lib/mount_util.c