From 06394c6c003cc0cab3a2a5a8783db4c9610f67a5 Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Fri, 2 Jun 2023 16:55:49 +0200 Subject: gluten: What's const is const Signed-off-by: Stefano Brivio --- operations.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'operations.c') diff --git a/operations.c b/operations.c index 5d295c6..6cd1c48 100644 --- a/operations.c +++ b/operations.c @@ -314,7 +314,7 @@ int op_fd(const struct seccomp_notif *req, int notifier, { const struct fd_desc *desc = gluten_ptr(&req->data, g, op->desc); struct seccomp_notif_addfd resp; - void *fd; + const void *fd; if (!desc) return -1; -- cgit v1.2.3