Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:pbleser:mumble
speechd
speechd-getline.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File speechd-getline.diff of Package speechd
--- src/modules/module_main.c +++ src/modules/module_main.c @@ -22,7 +22,7 @@ */ /* So that gcc doesn't comply */ -int getline(char**, size_t*, FILE*); +_IO_ssize_t getline(char**, size_t*, FILE*); #define PROCESS_CMD(command, function) \ if (!strcmp(cmd_buf, #command"\n")){ \ --- src/modules/module_utils.h +++ src/modules/module_utils.h @@ -421,7 +421,7 @@ /* So that gcc doesn't complain */ -int getline(char**, size_t*, FILE*); +_IO_ssize_t getline(char**, size_t*, FILE*); pthread_mutex_t module_stdout_mutex;
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