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.32 by ats, Wed Mar 17 11:58:18 2004 UTC vs.
Revision 1.33 by tdb, Sat Mar 20 21:28:10 2004 UTC

# Line 460 | Line 460 | struct uvmexp *get_uvmexp() {
460   #endif
461  
462   int statgrab_init(){
463 < #if defined(FREEBSD) || defined(DFBSD)
463 > #if (defined(FREEBSD) && !defined(FREEBSD5)) || defined(DFBSD)
464          {
465                  kvm_t *kvmd = get_kvm();
466                  if (kvmd == NULL) return 1;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines