1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

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.
This commit is contained in:
Josef Karthauser 2002-04-02 10:48:58 +00:00
parent 44e0c682e0
commit e373532341
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=93646

View File

@ -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__)