diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2002-02-07 22:06:23 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2002-02-07 22:06:23 +0000 |
| commit | 943e9b67f57df14db01abed73fc47631fe07fa92 (patch) | |
| tree | f4366e306342eb31b713bb97977e2ac5c02a5f4e /sys | |
| parent | d627bedae5a3445b460c9826e3fe0688490480d3 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/alpha/osf1/osf1_misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/osf1/osf1_misc.c b/sys/alpha/osf1/osf1_misc.c index 124ba523c419c..df37cc67c9820 100644 --- a/sys/alpha/osf1/osf1_misc.c +++ b/sys/alpha/osf1/osf1_misc.c @@ -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; |
