[BACK]Return to linux_misc.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / compat / linux / 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/linux/common/linux_misc.c between version 1.92.2.5 and 1.92.2.6

version 1.92.2.5, 2002/06/23 17:44:23 version 1.92.2.6, 2002/09/06 08:43:19
Line 1495  linux_sys_sysinfo(p, v, retval)
Line 1495  linux_sys_sysinfo(p, v, retval)
     bsd_to_linux_rlimit1(l, b, rlim_max)      bsd_to_linux_rlimit1(l, b, rlim_max)
   
 #define linux_to_bsd_rlimit1(b, l, f) \  #define linux_to_bsd_rlimit1(b, l, f) \
     (b)->f = (l)->f == LINUX_RLIM_INFINITY ? RLIM_INFINITY : (b)->f      (b)->f = (l)->f == LINUX_RLIM_INFINITY ? RLIM_INFINITY : (l)->f
 #define linux_to_bsd_rlimit(b, l) \  #define linux_to_bsd_rlimit(b, l) \
     linux_to_bsd_rlimit1(b, l, rlim_cur); \      linux_to_bsd_rlimit1(b, l, rlim_cur); \
     linux_to_bsd_rlimit1(b, l, rlim_max)      linux_to_bsd_rlimit1(b, l, rlim_max)

Legend:
Removed from v.1.92.2.5  
changed lines
  Added in v.1.92.2.6

CVSweb <webmaster@jp.NetBSD.org>