[BACK]Return to machdep.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / i386 / i386

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/arch/i386/i386/machdep.c between version 1.171 and 1.172

version 1.171, 1995/09/01 20:06:06 version 1.172, 1995/09/19 22:56:40
Line 580  sendsig(catcher, sig, mask, code)
Line 580  sendsig(catcher, sig, mask, code)
  * psl to gain improper privileges or to cause   * psl to gain improper privileges or to cause
  * a machine fault.   * a machine fault.
  */   */
 sigreturn(p, uap, retval)  sigreturn(p, v, retval)
         struct proc *p;          struct proc *p;
         struct sigreturn_args /* {          void *v;
                 syscallarg(struct sigcontext *) sigcntxp;  
         } */ *uap;  
         register_t *retval;          register_t *retval;
 {  {
           struct sigreturn_args /* {
                   syscallarg(struct sigcontext *) sigcntxp;
           } */ *uap = v;
         struct sigcontext *scp, context;          struct sigcontext *scp, context;
         register struct trapframe *tf;          register struct trapframe *tf;
   

Legend:
Removed from v.1.171  
changed lines
  Added in v.1.172

CVSweb <webmaster@jp.NetBSD.org>