You cannot take the address of a variable with the 'register' qualifier.
MFC after: 1 day
This commit is contained in:
parent
2117970ab7
commit
c83077ee4a
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user