diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2007-06-08 01:34:04 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2007-06-08 01:34:04 +0000 |
| commit | ea47b6c8d20c3a39c90b2062037812e7aededd0e (patch) | |
| tree | 81b9a35491e769289a9328a9414c2ecc5c59d9c2 /sys/dev/firewire | |
| parent | 2342e96586db5d4de1ea709219d9641b6179d5c1 (diff) | |
Notes
Diffstat (limited to 'sys/dev/firewire')
| -rw-r--r-- | sys/dev/firewire/sbp_targ.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/firewire/sbp_targ.c b/sys/dev/firewire/sbp_targ.c index 911460d1c74a3..3967458abb22a 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; |
