[BACK]Return to proc.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / sys

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

Diff for /src/sys/sys/proc.h between version 1.132 and 1.133

version 1.132, 2001/06/16 21:44:27 version 1.133, 2001/06/18 02:00:55
Line 102  struct emul {
Line 102  struct emul {
         const char * const *e_syscallnames; /* System call name array */          const char * const *e_syscallnames; /* System call name array */
                                         /* Signal sending function */                                          /* Signal sending function */
         void            (*e_sendsig) __P((sig_t, int, sigset_t *, u_long));          void            (*e_sendsig) __P((sig_t, int, sigset_t *, u_long));
           void            (*e_trapsignal) __P((struct proc *, int, u_long));
         char            *e_sigcode;     /* Start of sigcode */          char            *e_sigcode;     /* Start of sigcode */
         char            *e_esigcode;    /* End of sigcode */          char            *e_esigcode;    /* End of sigcode */
   

Legend:
Removed from v.1.132  
changed lines
  Added in v.1.133

CVSweb <webmaster@jp.NetBSD.org>