Hi all! What is the difference between p and curproc in my syscall? static int my_syscall(struct proc *p, my_syscallargs *uap) { curproc->...... } To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message
- Re: struct proc Fox Anderson
- Re: struct proc Chris Costello
- Re: struct proc John Polstra
- Re: struct proc Matthew Dillon
- Re: struct proc Boris Popov