diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-12-29 04:46:21 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-12-29 04:46:21 +0000 |
| commit | 664a31e4967a61ec61870f45adc2f1400617993e (patch) | |
| tree | f6e6a9488aad27e9b1298da3083e214c1c209505 /sys/dev/usb | |
| parent | a0b57fb738b797a1aa540b8360260b19b6470bc4 (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb')
| -rw-r--r-- | sys/dev/usb/usb.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/usb.h b/sys/dev/usb/usb.h index 5f1c7fbdb85fd..7ed338cb2464d 100644 --- a/sys/dev/usb/usb.h +++ b/sys/dev/usb/usb.h @@ -53,7 +53,7 @@ #endif /* _KERNEL */ #elif defined(__FreeBSD__) -#if defined(KERNEL) +#if defined(_KERNEL) #include <sys/malloc.h> MALLOC_DECLARE(M_USB); @@ -61,7 +61,7 @@ MALLOC_DECLARE(M_USBDEV); MALLOC_DECLARE(M_USBHC); #include <dev/usb/usb_port.h> -#endif /* KERNEL */ +#endif /* _KERNEL */ #endif /* __FreeBSD__ */ |
