tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: error adding a new system call



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


Home | Main Index | Thread Index | Old Index