Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Alexander_Naumov:SLE-12:Update
unixODBC
unixODBC-nonvoid.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File unixODBC-nonvoid.patch of Package unixODBC
Index: DriverManager/SQLConnect.c =================================================================== --- DriverManager/SQLConnect.c.orig +++ DriverManager/SQLConnect.c @@ -919,6 +919,7 @@ static void odbc_dlclose( void *handle ) } mutex_lib_exit(); + return 0; } /* Index: cur/SQLEndTran.c =================================================================== --- cur/SQLEndTran.c.orig +++ cur/SQLEndTran.c @@ -78,4 +78,5 @@ SQLRETURN CLEndTran( SQLSMALLINT handle_ default: return SQL_ERROR; } + return 0; } Index: odbcinst/SQLSetConfigMode.c =================================================================== --- odbcinst/SQLSetConfigMode.c.orig +++ odbcinst/SQLSetConfigMode.c @@ -24,6 +24,7 @@ static int __config_mode = ODBC_BOTH_DSN void __set_config_mode( int mode ) { __config_mode = mode; + return 0; } int __get_config_mode( void )
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