[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.3.8.1 and 1.3.8.2

version 1.3.8.1, 2000/11/20 18:08:28 version 1.3.8.2, 2000/11/22 16:02:51
Line 54  struct netbsd32_exec {
Line 54  struct netbsd32_exec {
 int exec_netbsd32_makecmds __P((struct proc *, struct exec_package *));  int exec_netbsd32_makecmds __P((struct proc *, struct exec_package *));
 #endif  #endif
 #ifdef EXEC_ELF32  #ifdef EXEC_ELF32
 int netbsd32_elf32_probe __P((struct proc *, struct exec_package *, Elf32_Ehdr *,  int netbsd32_elf32_probe __P((struct proc *, struct exec_package *, void *,
     char *, Elf32_Addr *));      char *, vaddr_t *));
 #endif /* EXEC_ELF32 */  #endif /* EXEC_ELF32 */
   
 #endif /* !_NETBSD32_EXEC_H_ */  #endif /* !_NETBSD32_EXEC_H_ */

Legend:
Removed from v.1.3.8.1  
changed lines
  Added in v.1.3.8.2

CVSweb <webmaster@jp.NetBSD.org>