You cannot take the address of a variable with the 'register' qualifier.
MFC after: 1 day
This commit is contained in:
parent
d627bedae5
commit
943e9b67f5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=90364
@ -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…
Reference in New Issue
Block a user