> I'm trying to install plan9 under Xen 3.2.0 with venti
> but the kernel avaiable on the web is too old to support nventi.

perhaps you mean that this kernel has an old venti linked in?

> I had a problem of type in xendat.h fixed by replacing 
> uint8 with uint at line 1540

i suspect you mean uchar.  (or uvlong if they're counting 
bytes.)

> mk now gives two errors which I do not know how to fix:
> ...omissis...
> size 9xenpcf
> v4parsecidr: undefined: memcpy in v4parsecidr

replace memcpy with memmove.

> _strayintrx: _ctype: not defined

_ctype is used by the is* functions like isascii.

- erik

Reply via email to