Module Name: src Committed By: matt Date: Sat Jul 28 23:04:45 UTC 2012
Modified Files: src/sys/dev/ic: wd33c93var.h Log Message: Remove tinfo_t which would have been a typedef had someone actually used typedef but instead it become an unused common. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/dev/ic/wd33c93var.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/dev/ic/wd33c93var.h diff -u src/sys/dev/ic/wd33c93var.h:1.10 src/sys/dev/ic/wd33c93var.h:1.11 --- src/sys/dev/ic/wd33c93var.h:1.10 Tue May 12 14:25:18 2009 +++ src/sys/dev/ic/wd33c93var.h Sat Jul 28 23:04:45 2012 @@ -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 @@ struct wd33c93_tinfo { 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)])