summaryrefslogtreecommitdiffstats
path: root/sys/dev/firewire
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>2007-06-08 01:34:04 +0000
committermjacob <mjacob@FreeBSD.org>2007-06-08 01:34:04 +0000
commit1162db06bf3d05fd5bb8cc1ec39b601c7f946778 (patch)
tree81b9a35491e769289a9328a9414c2ecc5c59d9c2 /sys/dev/firewire
parent97e4438725f5f7eba372a2b36d4c37f4de530f21 (diff)
downloadFreeBSD-src-1162db06bf3d05fd5bb8cc1ec39b601c7f946778.zip
FreeBSD-src-1162db06bf3d05fd5bb8cc1ec39b601c7f946778.tar.gz
Include now unused var within #if 0 where it come back if the other
#if 0 code comes back- quiets gcc 4.2
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 911460d..3967458 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;
OpenPOWER on IntegriCloud