Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Evergreen:11.2:Test
zip
zip-2.3-tempfile.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File zip-2.3-tempfile.patch of Package zip
--- zip-2.31/fileio.c +++ zip-2.31/fileio.c @@ -860,7 +860,18 @@ } #else strcat(t, "ziXXXXXX"); /* must use lowercase for Linux dos file system */ +#ifdef NO_MKSTEMP return mktemp(t); +#else + { + int fd; + + if ((fd = mkstemp(t)) < 0) + return NULL; + close(fd); + } + return t; +#endif #endif /* NO_MKTEMP */ #endif /* TANDEM */ #endif /* CMS_MVS */
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