From e373532341b0691a4fb5b6fad53c98e775ca9bc9 Mon Sep 17 00:00:00 2001 From: Josef Karthauser Date: Tue, 2 Apr 2002 10:48:58 +0000 Subject: [PATCH] MFNetBSD: (partial merge, as part was already there). revision 1.56 date: 2001/11/13 07:55:30; author: augustss; state: Exp; lines: +4 -4 Add some #endif comments. --- sys/dev/usb/usb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/usb/usb.c b/sys/dev/usb/usb.c index 4cc42c44981..a2ced284f9b 100644 --- a/sys/dev/usb/usb.c +++ b/sys/dev/usb/usb.c @@ -1,4 +1,4 @@ -/* $NetBSD: usb.c,v 1.54 2001/11/09 14:59:11 augustss Exp $ */ +/* $NetBSD: usb.c,v 1.56 2001/11/13 07:55:30 augustss Exp $ */ /* $FreeBSD$ */ /* @@ -782,7 +782,7 @@ usb_schedsoftintr(usbd_bus_handle bus) } #else bus->methods->soft_intr(bus); -#endif +#endif /* USB_USE_SOFTINTR */ } #if defined(__NetBSD__) || defined(__OpenBSD__) -- 2.45.2