Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.1:Update
muffin
muffin-svid-default-source.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File muffin-svid-default-source.patch of Package muffin
--- a/src/core/keybindings.c +++ b/src/core/keybindings.c @@ -32,7 +32,7 @@ #ifndef _GNU_SOURCE #define _GNU_SOURCE #endif -#define _SVID_SOURCE /* for putenv() */ +#define _DEFAULT_SOURCE /* for putenv() */ #include <config.h> #include "keybindings-private.h" --- a/src/core/main.c +++ b/src/core/main.c @@ -45,7 +45,7 @@ #ifndef _GNU_SOURCE #define _GNU_SOURCE #endif -#define _SVID_SOURCE /* for putenv() and some signal-related functions */ +#define _DEFAULT_SOURCE /* for putenv() and some signal-related functions */ #include <config.h> #include <meta/main.h> --- a/src/core/window-props.c +++ b/src/core/window-props.c @@ -39,7 +39,7 @@ #ifndef _GNU_SOURCE #define _GNU_SOURCE #endif -#define _SVID_SOURCE /* for gethostname() */ +#define _DEFAULT_SOURCE /* for gethostname() */ #include <config.h> #include "window-props.h"
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