Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
network
ucspi-tcp
ucspi-tcp-no-return.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ucspi-tcp-no-return.patch of Package ucspi-tcp
Index: argv0.c =================================================================== --- argv0.c.orig +++ argv0.c @@ -7,4 +7,6 @@ main(int argc,char **argv,char **envp) strerr_die1x(100,"argv0: usage: argv0 realname program [ arg ... ]"); pathexec_run(argv[1],argv + 2,envp); strerr_die4sys(111,"argv0: fatal: ","unable to run ",argv[1],": "); + + return(0); } Index: fixcrio.c =================================================================== --- fixcrio.c.orig +++ fixcrio.c @@ -159,4 +159,6 @@ main(int argc,char **argv,char **envp) pathexec_run(argv[1],argv + 1,envp); strerr_die4sys(111,FATAL,"unable to run ",argv[1],": "); + + return(0); } Index: rblsmtpd.c =================================================================== --- rblsmtpd.c.orig +++ rblsmtpd.c @@ -268,4 +268,6 @@ main(int argc,char **argv,char **envp) if (Timeout) { alarm(0); sig_uncatch(sig_alarm); } if (decision >= 2) rblsmtpd(); run(); + + return(0); } Index: recordio.c =================================================================== --- recordio.c.orig +++ recordio.c @@ -176,4 +176,6 @@ main(int argc,char **argv,char **envp) pathexec_run(argv[1],argv + 1,envp); strerr_die4sys(111,FATAL,"unable to run ",argv[1],": "); + + return(0); } Index: tcpclient.c =================================================================== --- tcpclient.c.orig +++ tcpclient.c @@ -221,4 +221,6 @@ main(int argc,char **argv) pathexec(argv); strerr_die4sys(111,FATAL,"unable to run ",*argv,": "); + + return(0); } Index: tcpserver.c =================================================================== --- tcpserver.c.orig +++ tcpserver.c @@ -216,6 +216,7 @@ unsigned long getprocla(void) } #endif #endif + return(0); } void doit(int t)
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