From 4458868846e9fdc404c603fc43b3b7abb93e89bb Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 31 May 2020 03:28:33 +0000 Subject: [PATCH] scst_user: Fix a 32-bit compiler warning git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8989 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/dev_handlers/scst_user.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scst/src/dev_handlers/scst_user.c b/scst/src/dev_handlers/scst_user.c index b78861fbf..e880e44ce 100644 --- a/scst/src/dev_handlers/scst_user.c +++ b/scst/src/dev_handlers/scst_user.c @@ -2311,7 +2311,7 @@ static int dev_user_reply_get_cmd(struct file *file, int res = 0, rc; struct scst_user_dev *dev; struct scst_user_reply_cmd reply; - uint64_t ureply; + uintptr_t ureply; TRACE_ENTRY();