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

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

Diff for /src/sys/compat/common/compat_mod.h between version 1.1.42.14 and 1.1.42.15

version 1.1.42.14, 2018/03/30 05:35:47 version 1.1.42.15, 2018/03/30 10:09:07
Line 123  int kern_sig_16_init(void);
Line 123  int kern_sig_16_init(void);
 int kern_sig_16_fini(void);  int kern_sig_16_fini(void);
 #endif  #endif
   
   #ifdef COMPAT_14
   int compat_14_init(void);
   int compat_14_fini(void);
   void rtsock_14_init(void);
   void rtsock_14_fini(void);
   #endif
   
 #endif /* !_COMPAT_MOD_H_ */  #endif /* !_COMPAT_MOD_H_ */

Legend:
Removed from v.1.1.42.14  
changed lines
  Added in v.1.1.42.15

CVSweb <webmaster@jp.NetBSD.org>