~vcs-imports/procps/main

« back to all changes in this revision

Viewing changes to proc/slab.c

  • Committer: albert
  • Date: 2006-06-24 20:12:29 UTC
  • Revision ID: Arch-1:procps@products.ubuntu.com%procps--MAIN--0--patch-497
g is criteria

Show diffs side-by-side

added added

removed removed

Lines of Context:
306
306
 
307
307
        slabfile = fopen(SLABINFO_FILE, "r");
308
308
        if (!slabfile) {
309
 
                perror("fopen");
 
309
                perror("fopen " SLABINFO_FILE);
310
310
                return 1;
311
311
        }
312
312