diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-10-13 22:41:32 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-10-13 22:41:32 +0900 |
| commit | d3b000753922843db4147711c3066bb6c262fb36 (patch) | |
| tree | dc6e7b5f3e33b9398b719e470fcfcb9c074d0c27 /krfb | |
| parent | 5d9f0b15fc9290f70b69684e4a4aaa5243d77d73 (diff) | |
| download | tdenetwork-d3b00075.tar.gz tdenetwork-d3b00075.zip | |
Replaced _BSD_SOURCE, _SVID_SOURCE with _DEFAULT_SOURCE. Removed AC_CHECK_GNU_EXTENSIONS.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'krfb')
| -rw-r--r-- | krfb/srvloc/uuid.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/krfb/srvloc/uuid.cpp b/krfb/srvloc/uuid.cpp index 931f0aa8..0fe9bfc6 100644 --- a/krfb/srvloc/uuid.cpp +++ b/krfb/srvloc/uuid.cpp @@ -27,8 +27,8 @@ #include <sys/time.h> #include <time.h> -#ifndef _SVID_SOURCE -#define _SVID_SOURCE +#ifndef _DEFAULT_SOURCE +#define _DEFAULT_SOURCE #endif #include <fcntl.h> |
