File 0004-fix-void-return.patch of Package sblim-cmpi-samba

From 586edc8344ff0e74ea8460c1539063324d440e69 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= <kkaempf@gmail.com>
Date: Fri, 21 Feb 2025 20:02:17 +0100
Subject: [PATCH 4/5] fix void return

---
 resource-access/smt_smb_ra_support.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/resource-access/smt_smb_ra_support.c b/resource-access/smt_smb_ra_support.c
index 5867312..e1e3166 100644
--- a/resource-access/smt_smb_ra_support.c
+++ b/resource-access/smt_smb_ra_support.c
@@ -732,7 +732,7 @@ static int flush_smb_cache() {
 }
 
 
-static void *usermap_cache_flusher(void *arg){
+static void usermap_cache_flusher(void *arg){
   /* This function is to be used as a thread. We expect a (smbcache*) as
    * argument */ 
 
@@ -765,7 +765,7 @@ static void *usermap_cache_flusher(void *arg){
 }
 
 
-static void *smb_cache_flusher(void *arg){
+static void smb_cache_flusher(void *arg){
   /* This function is to be used as a thread. We expect a (smbcache*) as
    * argument */ 
 
-- 
2.48.1

openSUSE Build Service is sponsored by