ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/src/libstatgrab/tools.c
(Generate patch)

Comparing projects/libstatgrab/src/libstatgrab/tools.c (file contents):
Revision 1.29 by tdb, Sat Feb 14 12:38:18 2004 UTC vs.
Revision 1.30 by ats, Sat Feb 14 13:43:37 2004 UTC

# Line 466 | Line 466 | int statgrab_init(){
466                  if (kvmd == NULL) return 1;
467          }
468   #endif
469 #ifdef NETBSD
470        {
471                struct uvmexp *uvm = get_uvmexp();
472                if (uvm == NULL) return 1;
473        }
474 #endif
469   #ifdef SOLARIS
470          /* On solaris 7, this will fail if you are not root. But, everything
471           * will still work, just no disk mappings. So we will ignore the exit

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines