Module Name: src
Committed By: matt
Date: Sun Jul 29 00:08:19 UTC 2012
Modified Files:
src/sys/arch/x68k/dev: mhavar.h
Log Message:
Another failed typedef fixed.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/x68k/dev/mhavar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/x68k/dev/mhavar.h
diff -u src/sys/arch/x68k/dev/mhavar.h:1.9 src/sys/arch/x68k/dev/mhavar.h:1.10
--- src/sys/arch/x68k/dev/mhavar.h:1.9 Sat Nov 29 05:59:40 2008
+++ src/sys/arch/x68k/dev/mhavar.h Sun Jul 29 00:08:19 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: mhavar.h,v 1.9 2008/11/29 05:59:40 isaki Exp $ */
+/* $NetBSD: mhavar.h,v 1.10 2012/07/29 00:08:19 matt Exp $ */
/*
* Copyright (c) 1994 Peter Galbavy. All rights reserved.
@@ -82,7 +82,7 @@ struct spc_tinfo {
u_char period; /* Period suggestion */
u_char offset; /* Offset suggestion */
u_char width; /* Width suggestion */
-} tinfo_t;
+};
struct mha_softc {
device_t sc_dev;