[BACK]Return to cpu.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / i386 / 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/i386/include/cpu.h between version 1.46 and 1.47

version 1.46, 1998/10/06 21:42:09 version 1.47, 1998/10/07 18:29:27
Line 185  void vm86_gpfault __P((struct proc *, in
Line 185  void vm86_gpfault __P((struct proc *, in
 #endif /* VM86 */  #endif /* VM86 */
   
 /* trap.c */  /* trap.c */
 void    child_return __P((struct proc *, void *));  void    child_return __P((struct proc *, struct frame));
   
 #endif /* _KERNEL */  #endif /* _KERNEL */
   

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47

CVSweb <webmaster@jp.NetBSD.org>