On Thu, Jun 16, 2011 at 12:39:11AM +0800, Charles Zhang wrote: > - add the syscall to the src/sys/kern/syscall.master list Use forward declarations in this version, like "struct whatever *" instead of a typedef'd name, so the signature is valid all by itself. Martin