towards getting netbsd 4 supported as well as 3 is
"Jonathan A. Kollasch" <[email protected]>
| Newsgroups | gmane.comp.file-systems.arla.general |
|---|---|
| Message-ID | <[email protected]> |
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 _______________________________________________ Arla-drinkers mailing list [email protected] https://lists.stacken.kth.se/mailman/listinfo/arla-drinkers
signature.asc
(application/pgp-signature, 186 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (NetBSD) iD8DBQFGVaMjOjx1ye3hmokRAnS+AJ4g4iNP+tLz0emC64fbZABzA2lFBgCgnw/b K6jGmqygYIxuBEQdvqbY5R8= =/PDD -----END PGP SIGNATURE-----