[BACK]Return to miscbltin.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / bin / sh

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

Diff for /src/bin/sh/miscbltin.c between version 1.40 and 1.41

version 1.40, 2011/10/11 15:27:11 version 1.41, 2012/06/09 02:49:48
Line 330  static const struct limits limits[] = {
Line 330  static const struct limits limits[] = {
 #ifdef RLIMIT_MEMLOCK  #ifdef RLIMIT_MEMLOCK
         { "locked memory","kbytes",     RLIMIT_MEMLOCK, 1024, 'l' },          { "locked memory","kbytes",     RLIMIT_MEMLOCK, 1024, 'l' },
 #endif  #endif
   #ifdef RLIMIT_NTHR
           { "thread",     "threads",      RLIMIT_NTHR,       1, 'r' },
   #endif
 #ifdef RLIMIT_NPROC  #ifdef RLIMIT_NPROC
         { "process",    "processes",    RLIMIT_NPROC,      1, 'p' },          { "process",    "processes",    RLIMIT_NPROC,      1, 'p' },
 #endif  #endif

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41

CVSweb <webmaster@jp.NetBSD.org>