From 447f52c8b42366d7f69c01516539a876f3708d91 Mon Sep 17 00:00:00 2001 From: Josef Karthauser Date: Wed, 12 Nov 2003 01:40:11 +0000 Subject: [PATCH] Remove a gremlin so that this code compiles under -stable without a "syntax error before `struct'" error. --- sys/dev/usb/ohci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/usb/ohci.c b/sys/dev/usb/ohci.c index 54a09f0d080f..65fcf610d8c0 100644 --- a/sys/dev/usb/ohci.c +++ b/sys/dev/usb/ohci.c @@ -1475,7 +1475,7 @@ ohci_softintr(void *v) printf("ohci_softintr: sitd=%p is done\n", sitd); sitd->isdone = 1; #endif - struct ohci_pipe *opipe = (struct ohci_pipe *)xfer->pipe; + opipe = (struct ohci_pipe *)xfer->pipe; if (opipe->aborting) continue;