[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.2 and 1.1.42.3

version 1.1.42.2, 2018/03/16 08:10:26 version 1.1.42.3, 2018/03/17 00:44:38
Line 38  void compat_sysctl_fini(void);
Line 38  void compat_sysctl_fini(void);
 void compat_sysctl_time(struct sysctllog **);  void compat_sysctl_time(struct sysctllog **);
 void compat_sysctl_vfs(struct sysctllog **);  void compat_sysctl_vfs(struct sysctllog **);
   
 void compat_70_init(void);  int compat_70_init(void);
 void compat_70_fini(void);  int compat_70_fini(void);
   
 int compat_60_init(void);  int compat_60_init(void);
 int compat_60_fini(void);  int compat_60_fini(void);

Legend:
Removed from v.1.1.42.2  
changed lines
  Added in v.1.1.42.3

CVSweb <webmaster@jp.NetBSD.org>