On FreeBSD make usb_proc_t the same as d_thred_t always.

This commit is contained in:
imp 2002-03-11 16:38:53 +00:00
parent 2098322771
commit a5126a967f

View File

@ -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