You cannot take the address of a variable with the 'register' qualifier.

MFC after:	1 day
This commit is contained in:
mjacob 2002-02-07 22:06:23 +00:00
parent 2117970ab7
commit c83077ee4a

View File

@ -667,7 +667,7 @@ osf1_fstat(td, uap)
struct thread *td;
register struct osf1_fstat_args *uap;
{
register struct file *fp;
struct file *fp;
struct stat ub;
struct osf1_stat oub;
int error;