File fix-void-return.patch of Package sblim-cmpi-samba
diff -wruN -x '*~' ../orig-sblim-cmpi-samba-0.5.6/resource-access/smt_smb_ra_support.c ./resource-access/smt_smb_ra_support.c
--- ../orig-sblim-cmpi-samba-0.5.6/resource-access/smt_smb_ra_support.c 2007-12-05 17:36:49.000000000 +0100
+++ ./resource-access/smt_smb_ra_support.c 2010-07-27 14:42:29.000000000 +0200
@@ -732,7 +732,7 @@
}
-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 *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 */