Re: Newbie question - missing vop* structures/functions in sys/vnode.h on 10.4
site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com Hi, See /System/Library/Frameworks/Kernel.framework/Headers/sys/vnode_if.h. -- Terry _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... On Jun 6, 2007, at 11:59 AM, Ratheesh Ramachandran wrote: I need to port some programs from an older version of Mac OS X to 10.4. These programs use the "vop*" structures/functions from sys/vnode.h. These are apparently no longer available in sys/vnode.h. Could anybody provide pointers/information on what has changed in this area in 10.4 ? You need to include the kernel framework in your KEXT, and #include <sys/vnode_if.h>. This email sent to site_archiver@lists.apple.com
participants (1)
-
Terry Lambert