Coda File System

Re: Weird parse error when compiling with Slack linux?

From: <jaharkes_at_cs.cmu.edu>
Date: Mon, 05 Apr 1999 10:16:17 -0400
Can you find out if libc5 actually defines register_t anywhere??

	i.e. 'grep register_t /usr/include/*/*.h'

otherwise you need to add

	typedef int register_t;

to the top of lwp.c.

Jan
Received on 1999-04-05 10:17:11