Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2:Ports
aiccu
aiccu_20070115.dif
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File aiccu_20070115.dif of Package aiccu
--- common/ayiya.c +++ common/ayiya.c 2007/06/22 15:30:11 @@ -66,7 +66,7 @@ clientaddr ? " [" : "", clientaddr ? clienthost : "" , clientaddr ? "]:" : "", - clientservice ? clientservice : ""); + *clientservice ? clientservice : ""); /* Print the log message behind it */ va_start(ap, fmt); --- unix-console/main.c +++ unix-console/main.c 2007/06/22 15:33:26 @@ -426,9 +426,9 @@ (void)chdir("/"); /* Cleanup stdin/out/err */ - freopen("/dev/null","r",stdin); - freopen("/dev/null","w",stdout); - freopen("/dev/null","w",stderr); + (void)freopen("/dev/null","r",stdin); + (void)freopen("/dev/null","w",stdout); + (void)freopen("/dev/null","w",stderr); /* */ f = fopen(g_aiccu->pidfile, "w");
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