Subject: sysutils/xosview on 64-bit architectures?
To: None <pkgsrc-users@netbsd.org>
From: Paul Goyette <paul@whooppee.com>
List: pkgsrc-users
Date: 12/17/2007 11:24:11
It seems that in source file bsd/kernel.cc there's a routine named
safe_kvm_read that presumes a kernel address will fit into a 32-bit
u_long variable. At lines 1046 and 1054 in the same file, an attempt is
made to cast a pointer to an "unsigned int" which generates a compiler
error.
----------------------------------------------------------------------
| Paul Goyette | PGP DSS Key fingerprint: | E-mail addresses: |
| Customer Service | FA29 0E3B 35AF E8AE 6651 | paul@whooppee.com |
| Network Engineer | 0786 F758 55DE 53BA 7731 | pgoyette@juniper.net |
----------------------------------------------------------------------