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

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

Diff for /src/sys/compat/netbsd32/netbsd32_exec.h between version 1.33 and 1.33.12.1

version 1.33, 2017/01/25 21:45:39 version 1.33.12.1, 2018/09/11 21:18:32
Line 52  struct netbsd32_exec {
Line 52  struct netbsd32_exec {
         netbsd32_u_long a_drsize;       /* data relocation size */          netbsd32_u_long a_drsize;       /* data relocation size */
 };  };
   
 extern struct emul emul_netbsd32;  
   
 #ifdef EXEC_AOUT  #ifdef EXEC_AOUT
 int netbsd32_exec_aout_prep_zmagic(struct lwp *, struct exec_package *);  int netbsd32_exec_aout_prep_zmagic(struct lwp *, struct exec_package *);
 int netbsd32_exec_aout_prep_nmagic(struct lwp *, struct exec_package *);  int netbsd32_exec_aout_prep_nmagic(struct lwp *, struct exec_package *);

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.33.12.1

CVSweb <webmaster@jp.NetBSD.org>