Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
No build reason found for pool:x86_64
home:Alexander_Naumov:SLE12
metamail
metamail-2.7-19-getline.dif
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File metamail-2.7-19-getline.dif of Package metamail
--- metamail/uue.c +++ metamail/uue.c @@ -33,7 +33,7 @@ } int -getline (buf, size, fp) +my_getline (buf, size, fp) char *buf; int size; FILE *fp; @@ -73,7 +73,7 @@ char buf[63]; while (1) { - if (getline (buf, sizeof buf, infp) < 0) { + if (my_getline (buf, sizeof buf, infp) < 0) { fprintf (stderr, "Premature EOF!\n"); return; } @@ -85,7 +85,7 @@ } } while (1) { - if (getline (buf, sizeof buf, infp) < 0) { + if (my_getline (buf, sizeof buf, infp) < 0) { fprintf (stderr, "Premature EOF!\n"); return; }
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