Add a compatibility macro for FreeBSD-4.
This commit is contained in:
parent
7a1413f972
commit
b2d0deb2ce
@ -330,6 +330,7 @@ extern devclass_t firewire_devclass;
|
||||
#define BIO_READ B_READ
|
||||
#define BIO_WRITE B_WRITE
|
||||
#define MIN(a,b) (((a)<(b))?(a):(b))
|
||||
#define MAX(a,b) (((a)>(b))?(a):(b))
|
||||
#endif
|
||||
|
||||
MALLOC_DECLARE(M_FW);
|
||||
|
Loading…
x
Reference in New Issue
Block a user