G'day all, I recently downloaded the msdosfs to learn how to implement a kext (and also created a kext for nullfs). I attempted to build the msdosfs and received an error for missing header <miscfs/specfs/specdev.h> and <sys/signalvar.h>. I did a search in /System/Library/Frameworks and couldn't find them. They are in /usr/include... but I'm surprised they don't exist in the frameworks. P.S. Does this mean that I would expect all headers for filesystem/kernel development to be found in the Frameworks, rather than the /usr/include? Please explain. Also, I receive a linker error for -ldisk when building mount_msdos. Has anybody attempted to make ufs a KEXT with mount command included, like msdos, that actually builds? I'm sure this has been done many times by people... I'm not trying to be lazy but rather re-use the experiences and the product of others, instead of reinventing the brick over-again. Thanks. I appreciate any assistance and hopefully can return such in the future. -- Wally Crooze +-------------------------------------------------------+ | ,-_|\ Wally Crooze <wallycrooze@pobox.com> | | / \ | | \_,-._/ | | v | +-------------------------------------------------------+ _______________________________________________ darwin-kernel mailing list | darwin-kernel@lists.apple.com Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/darwin-kernel Do not post admin requests to the list. They will be ignored.