diff options
| author | Elliott Mitchell <ehem+freebsd@m5p.com> | 2022-06-23 00:53:47 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2023-02-04 16:10:32 +0000 |
| commit | 336fbb23def7a6b3dc44ce5c76bbc07a701c0a69 (patch) | |
| tree | c5be1d19b33c321a8fe9a331fa698d63ebb1e47e /sys/dev/usb/usb_dev.c | |
| parent | aa41036eb7a3352415883f9bdb972feba01efb71 (diff) | |
Diffstat (limited to 'sys/dev/usb/usb_dev.c')
| -rw-r--r-- | sys/dev/usb/usb_dev.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/dev/usb/usb_dev.c b/sys/dev/usb/usb_dev.c index 4811d280562c..84446edc3ecd 100644 --- a/sys/dev/usb/usb_dev.c +++ b/sys/dev/usb/usb_dev.c @@ -96,12 +96,7 @@ SYSCTL_INT(_hw_usb_dev, OID_AUTO, debug, CTLFLAG_RWTUN, &usb_fifo_debug, 0, "Debug Level"); #endif -#if ((__FreeBSD_version >= 700001) || (__FreeBSD_version == 0) || \ - ((__FreeBSD_version >= 600034) && (__FreeBSD_version < 700000))) #define USB_UCRED struct ucred *ucred, -#else -#define USB_UCRED -#endif /* prototypes */ |
