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

MFC after:	1 day
This commit is contained in:
Matt Jacob 2002-02-07 22:06:23 +00:00
parent d627bedae5
commit 943e9b67f5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=90364

View file

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