summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/umodem.c
diff options
context:
space:
mode:
authorn_hibma <n_hibma@FreeBSD.org>2000-04-03 20:58:30 +0000
committern_hibma <n_hibma@FreeBSD.org>2000-04-03 20:58:30 +0000
commitd1a0c5a2fa387d9750229d6941e9bc9c1fa47738 (patch)
treee9a6c861ea2a1c99d56aa07012fab3f62a577765 /sys/dev/usb/umodem.c
parent56ae0558f5ba0519e94a092249dc6f15954a5e16 (diff)
downloadFreeBSD-src-d1a0c5a2fa387d9750229d6941e9bc9c1fa47738.zip
FreeBSD-src-d1a0c5a2fa387d9750229d6941e9bc9c1fa47738.tar.gz
OpenBSD has a broken debugger that does not grok static. Use a
#define Static static that the OpenBSD folks can define it to be empty if they like.
Diffstat (limited to 'sys/dev/usb/umodem.c')
-rw-r--r--sys/dev/usb/umodem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/umodem.c b/sys/dev/usb/umodem.c
index 6da3673..643ffb0 100644
--- a/sys/dev/usb/umodem.c
+++ b/sys/dev/usb/umodem.c
@@ -123,7 +123,7 @@ USB_ATTACH(umodem)
}
#if defined(__FreeBSD__)
-static int
+Static int
umodem_detach(device_t self)
{
DPRINTF(("%s: disconnected\n", USBDEVNAME(self)));
OpenPOWER on IntegriCloud