On Tue, 18 Apr 2000, Simon Burge wrote: > 3) Need the size of "char **" for same reasons as 2). > > Is there an easy way to tell if a process is a 32 or 64 bit process? No. But I added a P_32 flag to the proc struct to indicate that a process is running under 32-bit emulation. Eduardo Horvath