mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
mrsas(4) switch from PTRIN define to include sys/abi_compat.h
Suggested by: dchagin
This commit is contained in:
parent
e133103ab6
commit
6763332969
1 changed files with 1 additions and 4 deletions
|
|
@ -40,6 +40,7 @@
|
|||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/abi_compat.h>
|
||||
#include <dev/mrsas/mrsas.h>
|
||||
#include <dev/mrsas/mrsas_ioctl.h>
|
||||
|
||||
|
|
@ -55,10 +56,6 @@ struct mrsas_passthru_cmd {
|
|||
int complete;
|
||||
};
|
||||
|
||||
#ifndef PTRIN
|
||||
#define PTRIN(p) ((void *)(uintptr_t)(p))
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Function prototypes
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue