diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-09-29 07:17:47 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-09-29 07:17:47 +0000 |
commit | 901b95b51388d3ce0b9b12b1b3c30e0ef7688aef (patch) | |
tree | 617bbe3ae6eac782e402908bd4da6191f340c0fb /sys/arch | |
parent | 3090f6da4cacca6b4c61f6f4bbfbedc8b4c1916d (diff) |
remove unused extern
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/hppa/stand/libsa/lf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/hppa/stand/libsa/lf.c b/sys/arch/hppa/stand/libsa/lf.c index af8c6e8ef6f..f773e1178be 100644 --- a/sys/arch/hppa/stand/libsa/lf.c +++ b/sys/arch/hppa/stand/libsa/lf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lf.c,v 1.1 1998/07/30 15:59:32 mickey Exp $ */ +/* $OpenBSD: lf.c,v 1.2 1998/09/29 07:17:46 mickey Exp $ */ /* * Copyright (c) 1998 Michael Shalayeff @@ -45,7 +45,6 @@ lfopen(f, va_alist) struct open_file *f; #endif { - extern dev_t bootdev; struct hppa_dev *dp; struct pz_device *pzd; |