Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:lafenghu
rdist
rdist-6.1.5-gcc4.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File rdist-6.1.5-gcc4.patch of Package rdist
--- src/common.c +++ src/common.c @@ -833,7 +833,7 @@ (void) dup(fd[PIPE_WRITE]); (void) close(fd[PIPE_READ]); (void) close(fd[PIPE_WRITE]); - (void) execl(_PATH_BSHELL, "sh", "-c", cmd, 0); + (void) execl(_PATH_BSHELL, "sh", "-c", cmd, (char *) NULL); _exit(127); } (void) close(fd[PIPE_WRITE]); --- src/rdistd.c +++ src/rdistd.c @@ -56,7 +56,7 @@ /* * Print usage message */ -static void usage() +void usage() { fprintf(stderr, "usage: %s -S [ -DV ]\n", progname); exit(1);
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