Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Alexander_Naumov:SLE-12:Update
sblim-cmpi-samba
fix-void-return.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
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 */
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor