From e4cd31dd3c7adc94a486ca5309c7096f81fa70f1 Mon Sep 17 00:00:00 2001 From: Jeff Roberson Date: Mon, 21 Mar 2011 09:40:01 +0000 Subject: - Merge changes to the base system to support OFED. These include a wider arg2 for sysctl, updates to vlan code, IFT_INFINIBAND, and other miscellaneous small features. --- sys/dev/hptmv/hptproc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/hptmv') diff --git a/sys/dev/hptmv/hptproc.c b/sys/dev/hptmv/hptproc.c index b93ab22dea99..93eff51d8dcb 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; -- cgit v1.3