Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:lafenghu
star
star-getline.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File star-getline.diff of Package star
--- include/schily/schily.h +++ include/schily/schily.h @@ -243,7 +243,7 @@ extern char *findbytes __PR((const void *, int, char)); extern int findline __PR((const char *, char, const char *, int, char **, int)); -extern int getline __PR((char *, int)); +extern int my_getline __PR((char *, int)); extern int getstr __PR((char *, int)); extern int breakline __PR((char *, char, char **, int)); extern int getallargs __PR((int *, char * const**, const char *, ...)); --- lib/libschily-mapvers +++ lib/libschily-mapvers @@ -123,7 +123,7 @@ geterrno; getfiles; getfp; - getline; + my_getline; getmainfp; #getstr; #handlecond; --- lib/stdio/fgetline.c +++ lib/stdio/fgetline.c @@ -61,7 +61,7 @@ } EXPORT int -getline(buf, len) +my_getline(buf, len) char *buf; int len; {
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