Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Evergreen:11.2:Test
qpopper
qpopper-getline.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File qpopper-getline.diff of Package qpopper
--- popper/popper.c +++ popper/popper.c @@ -150,7 +150,7 @@ char message [ MAXLINELEN ]; pop_result rslt = POP_FAILURE; char * tgetline(); - char * getline(); + char * my_getline(); /* * seed random with the current time to nearest second @@ -425,7 +425,7 @@ */ char -*getline ( char *str, int size, POP *pPOP ) +*my_getline ( char *str, int size, POP *pPOP ) { char *p = NULL; int nRead = 0; @@ -614,7 +614,7 @@ VERSION, timeout, p->user, p->client, p->ipaddr ); } else - str = getline ( str, size, p ); + str = my_getline ( str, size, p ); alarm ( 0 ); signal ( SIGALRM, SIG_DFL );
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