On FreeBSD make usb_proc_t the same as d_thred_t always.
This commit is contained in:
parent
063f776327
commit
a2df0b493e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=92096
@ -72,8 +72,8 @@ int ufmdebug = 100;
|
|||||||
#define DPRINTFN(n,x)
|
#define DPRINTFN(n,x)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(__FreeBSD__) && __FreeBSD_version >= 500023
|
#ifdef __FreeBSD_version
|
||||||
typedef struct thread usb_proc_t;
|
typedef d_thread_t usb_proc_t;
|
||||||
#else
|
#else
|
||||||
typedef struct proc usb_proc_t;
|
typedef struct proc usb_proc_t;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user