aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMatt Jacob <mjacob@FreeBSD.org>2002-02-07 22:06:23 +0000
committerMatt Jacob <mjacob@FreeBSD.org>2002-02-07 22:06:23 +0000
commit943e9b67f57df14db01abed73fc47631fe07fa92 (patch)
treef4366e306342eb31b713bb97977e2ac5c02a5f4e /sys
parentd627bedae5a3445b460c9826e3fe0688490480d3 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/alpha/osf1/osf1_misc.c2
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;