Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic Remove tinfo_t which would have been a typedef ha...
details: https://anonhg.NetBSD.org/src/rev/50a9c1f5c84a
branches: trunk
changeset: 780546:50a9c1f5c84a
user: matt <matt%NetBSD.org@localhost>
date: Sat Jul 28 23:04:45 2012 +0000
description:
Remove tinfo_t which would have been a typedef had someone actually used
typedef but instead it become an unused common.
diffstat:
sys/dev/ic/wd33c93var.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 05768898085d -r 50a9c1f5c84a sys/dev/ic/wd33c93var.h
--- a/sys/dev/ic/wd33c93var.h Sat Jul 28 23:03:47 2012 +0000
+++ b/sys/dev/ic/wd33c93var.h Sat Jul 28 23:04:45 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wd33c93var.h,v 1.10 2009/05/12 14:25:18 cegger Exp $ */
+/* $NetBSD: wd33c93var.h,v 1.11 2012/07/28 23:04:45 matt Exp $ */
/*
* Copyright (c) 1990 The Regents of the University of California.
@@ -112,7 +112,7 @@
u_char period; /* Period suggestion */
u_char offset; /* Offset suggestion */
struct wd33c93_linfo *lun[SBIC_NLUN]; /* LUN list for this target */
-} tinfo_t;
+};
/* Look up a lun in a tinfo */
#define TINFO_LUN(t, l) ((t)->lun[(l)])
Home |
Main Index |
Thread Index |
Old Index