Module Name: src Committed By: pooka Date: Wed Jul 17 21:20:53 UTC 2013
Modified Files: src/sys/kern: vnode_if.sh Log Message: Additionally translate daddr_t to int64_t in the rumpvnode interface. The type daddr_t is not available for all systems (e.g. Linux systems with musl libc), and exposing it will just cause an unnecessary compilation failure even if the type is not used. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/sys/kern/vnode_if.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.