diff options
| author | Jeff Roberson <jeff@FreeBSD.org> | 2011-03-21 09:40:01 +0000 |
|---|---|---|
| committer | Jeff Roberson <jeff@FreeBSD.org> | 2011-03-21 09:40:01 +0000 |
| commit | e4cd31dd3c7adc94a486ca5309c7096f81fa70f1 (patch) | |
| tree | 79d67d85de5b498560d0272509bd0b1bfccf7d86 /sys/dev/hptmv | |
| parent | 0b626a289e9814fa1f14ea32280410521fc43224 (diff) | |
Notes
Diffstat (limited to 'sys/dev/hptmv')
| -rw-r--r-- | sys/dev/hptmv/hptproc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/hptmv/hptproc.c b/sys/dev/hptmv/hptproc.c index b93ab22dea997..93eff51d8dcb6 100644 --- a/sys/dev/hptmv/hptproc.c +++ b/sys/dev/hptmv/hptproc.c @@ -51,8 +51,8 @@ int hpt_rescan_all(void); static char hptproc_buffer[256]; extern char DRIVER_VERSION[]; -#define FORMAL_HANDLER_ARGS struct sysctl_oid *oidp, void *arg1, int arg2, \ - struct sysctl_req *req +#define FORMAL_HANDLER_ARGS struct sysctl_oid *oidp, void *arg1, \ + intptr_t arg2, struct sysctl_req *req #define REAL_HANDLER_ARGS oidp, arg1, arg2, req typedef struct sysctl_req HPT_GET_INFO; |
