Hello, 

What  exactly is the difference between syscall  &  __syscall ? 

And in 

in kern/init_sysent.c 

  struct sysent sysent[] = {
  /* ..... */
 { 3, accept},      
  /*.......*/
}

what does 3 denote ?

I believe it's the total size of all the arguments  in 32 bit words 

soumen




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to