aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/firewire
diff options
context:
space:
mode:
authorMatt Jacob <mjacob@FreeBSD.org>2007-06-08 01:34:04 +0000
committerMatt Jacob <mjacob@FreeBSD.org>2007-06-08 01:34:04 +0000
commitea47b6c8d20c3a39c90b2062037812e7aededd0e (patch)
tree81b9a35491e769289a9328a9414c2ecc5c59d9c2 /sys/dev/firewire
parent2342e96586db5d4de1ea709219d9641b6179d5c1 (diff)
downloadsrc-ea47b6c8d20c3a39c90b2062037812e7aededd0e.tar.gz
src-ea47b6c8d20c3a39c90b2062037812e7aededd0e.zip
Include now unused var within #if 0 where it come back if the other
#if 0 code comes back- quiets gcc 4.2
Notes
Notes: svn path=/head/; revision=170410
Diffstat (limited to 'sys/dev/firewire')
-rw-r--r--sys/dev/firewire/sbp_targ.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/firewire/sbp_targ.c b/sys/dev/firewire/sbp_targ.c
index 911460d1c74a..3967458abb22 100644
--- a/sys/dev/firewire/sbp_targ.c
+++ b/sys/dev/firewire/sbp_targ.c
@@ -608,7 +608,9 @@ static void
sbp_targ_send_status(struct orb_info *orbi, union ccb *ccb)
{
struct sbp_status *sbp_status;
+#if 0
struct orb_info *norbi;
+#endif
sbp_status = &orbi->status;