Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2
rdist
rdist-6.1.5-stdarg.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File rdist-6.1.5-stdarg.diff of Package rdist
--- config/os-linux.h +++ config/os-linux.h @@ -68,7 +68,7 @@ /* * Type of arg functions we have. */ -#define ARG_TYPE ARG_VARARGS +#define ARG_TYPE ARG_STDARG /* * Do we have select()? --- src/vsprintf.c +++ src/vsprintf.c @@ -1,5 +1,12 @@ #include <stdio.h> -#include <varargs.h> +#if defined(ARG_TYPE) +#if ARG_TYPE == ARG_STDARG +#include <stdarg.h> +#endif +#if ARG_TYPE == ARG_VARARGS +#include <varargs.h> +#endif +#endif /* ARG_TYPE */ extern int _doprnt();
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