[BACK]Return to frame.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / arm / include

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

Diff for /src/sys/arch/arm/include/frame.h between version 1.2.6.2 and 1.3

version 1.2.6.2, 2002/09/06 08:32:38 version 1.3, 2001/08/31 04:44:55
Line 81  typedef struct trapframe {
Line 81  typedef struct trapframe {
  */   */
   
 struct sigframe {  struct sigframe {
           int     sf_signum;
           int     sf_code;
           struct  sigcontext *sf_scp;
           sig_t   sf_handler;
         struct  sigcontext sf_sc;          struct  sigcontext sf_sc;
 };  };
   

Legend:
Removed from v.1.2.6.2  
changed lines
  Added in v.1.3

CVSweb <webmaster@jp.NetBSD.org>