towards getting netbsd 4 supported as well as 3 is
Jonathan A. Kollasch
jakllsch at kollasch.net
Thu May 24 16:37:23 CEST 2007
Hi,
for starters, here's how you get a basic arla client on netbsd-4:
in nnpfs/bsd/nnpfs_vfsops-bsd.c
before nnpfs_fhlookup(), make it so that it is compiled on NetBSD:
-#ifdef __APPLE__
+#if defined(__APPLE__) || defined(__NetBSD__)
remove the HAVE_GETFH and HAVE_FHOPEN #defines in include/config.h after running configure
I suppose I could learn autoconf ...
However, PAGs will not work at this point. Converting to kauth(9) calls
looks very doable with some work and thought. I might start looking
at this.
Jonathan Kollasch
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 186 bytes
Desc: not available
Url : http://lists.stacken.kth.se/pipermail/arla-drinkers/attachments/20070524/deba3e21/attachment.bin
More information about the Arla-drinkers
mailing list