diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2013-01-16 18:06:47 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2013-01-16 18:06:47 +0000 |
commit | 17c02d60dce12d7dc0b161afb7e6e99dfafe6959 (patch) | |
tree | 1fb1c69010d76dd4ecfc580fbdf4ea93647764a3 /sys/arch | |
parent | 9fbcd5fca02d93b4d39cfbf75ba4765adb410eb5 (diff) |
Nuke common.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/mvme68k/dev/sbicvar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme68k/dev/sbicvar.h b/sys/arch/mvme68k/dev/sbicvar.h index 4d2b340feb3..6d740e28d03 100644 --- a/sys/arch/mvme68k/dev/sbicvar.h +++ b/sys/arch/mvme68k/dev/sbicvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sbicvar.h,v 1.9 2010/03/27 16:04:24 miod Exp $ */ +/* $OpenBSD: sbicvar.h,v 1.10 2013/01/16 18:06:46 miod Exp $ */ /* * Copyright (c) 1990 The Regents of the University of California. @@ -84,7 +84,7 @@ struct sbic_tinfo { int dconns; /* #disconnects */ int senses; /* #request sense commands sent */ int lubusy; /* What local units/subr. are busy? */ -} tinfo_t; +}; struct sbic_softc { struct device sc_dev; |