[BACK]Return to sysctl.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sbin / sysctl

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

Diff for /src/sbin/sysctl/sysctl.c between version 1.33 and 1.34

version 1.33, 2000/05/27 15:11:05 version 1.34, 2000/05/27 15:30:12
Line 362  parse(string, flags)
Line 362  parse(string, flags)
                         return;                          return;
                 case KERN_PROC:                  case KERN_PROC:
                 case KERN_PROC2:                  case KERN_PROC2:
                   case KERN_PROC_ARGS:
                         if (flags == 0)                          if (flags == 0)
                                 return;                                  return;
                         warnx("Use ps to view %s information", string);                          warnx("Use ps to view %s information", string);

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

CVSweb <webmaster@jp.NetBSD.org>