diff options
author | Martin Reindl <martin@cvs.openbsd.org> | 2005-07-23 16:28:20 +0000 |
---|---|---|
committer | Martin Reindl <martin@cvs.openbsd.org> | 2005-07-23 16:28:20 +0000 |
commit | 84daa04a3d6f11d7e33fa896cec491f24fa8b2a2 (patch) | |
tree | a0b3ac27f4783ed5ed8a04c494e882707a22c7a4 /sys/arch | |
parent | ed0857ebb953f2795c403db9b06a77bfd3fda3dc (diff) |
tabbing
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/mac68k/dev/espvar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mac68k/dev/espvar.h b/sys/arch/mac68k/dev/espvar.h index 9dd138dceb0..312aaddc1a8 100644 --- a/sys/arch/mac68k/dev/espvar.h +++ b/sys/arch/mac68k/dev/espvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: espvar.h,v 1.6 2004/12/10 18:23:23 martin Exp $ */ +/* $OpenBSD: espvar.h,v 1.7 2005/07/23 16:28:19 martin Exp $ */ /* $NetBSD: espvar.h,v 1.16 1996/10/13 02:59:50 christos Exp $ */ /* @@ -46,7 +46,7 @@ struct esp_softc { size_t sc_dmasize; char **sc_dmaaddr; size_t *sc_dmalen; - int sc_tc; /* only used in non-quick */ + int sc_tc; /* only used in non-quick */ u_int16_t *sc_pdmaddr; /* only used in quick */ int sc_pdmalen; /* only used in quick */ size_t sc_prevdmasize; /* only used in quick */ |