diff options
Diffstat (limited to 'sys/lib/libsa/stand.h')
-rw-r--r-- | sys/lib/libsa/stand.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/lib/libsa/stand.h b/sys/lib/libsa/stand.h index 29dfbaf0db1..fc4a518c00b 100644 --- a/sys/lib/libsa/stand.h +++ b/sys/lib/libsa/stand.h @@ -1,4 +1,4 @@ -/* $OpenBSD: stand.h,v 1.46 2007/05/04 21:44:07 reyk Exp $ */ +/* $OpenBSD: stand.h,v 1.47 2010/05/09 15:30:28 jsg Exp $ */ /* $NetBSD: stand.h,v 1.18 1996/11/30 04:35:51 gwr Exp $ */ /*- @@ -93,7 +93,6 @@ struct devsw { extern struct devsw devsw[]; /* device array */ extern int ndevs; /* number of elements in devsw[] */ -extern struct consdev constab[]; extern struct consdev *cn_tab; struct open_file { |