~ubuntu-branches/ubuntu/utopic/sysstat/utopic-proposed

« back to all changes in this revision

Viewing changes to cifsiostat.c

  • Committer: Package Import Robot
  • Author(s): Robert Luberda
  • Date: 2013-11-10 10:25:19 UTC
  • mfrom: (22.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20131110102519-2tk92enim3vnbt8g
Tags: 10.2.0-1
* New upstream stable version.
* debian/control:
  + replace `tk8.5' with `tk' in isag depends line (closes: #725696);
  + move `Homepage' to source package fields (lintian);
  + bump Standards-Version to 3.9.5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
169
169
        int i;
170
170
        
171
171
        /* How many processors on this machine? */
172
 
        cpu_nr = get_cpu_nr(~0);
 
172
        cpu_nr = get_cpu_nr(~0, FALSE);
173
173
 
174
174
        /* Get number of CIFS directories in /proc/fs/cifs/Stats */
175
175
        if ((cifs_nr = get_cifs_nr()) > 0) {