On FreeBSD make usb_proc_t the same as d_thred_t always.
This commit is contained in:
parent
2098322771
commit
a5126a967f
@ -72,8 +72,8 @@ int ufmdebug = 100;
|
||||
#define DPRINTFN(n,x)
|
||||
#endif
|
||||
|
||||
#if defined(__FreeBSD__) && __FreeBSD_version >= 500023
|
||||
typedef struct thread usb_proc_t;
|
||||
#ifdef __FreeBSD_version
|
||||
typedef d_thread_t usb_proc_t;
|
||||
#else
|
||||
typedef struct proc usb_proc_t;
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user