diff options
Diffstat (limited to 'common/unix-peer.c')
-rw-r--r-- | common/unix-peer.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/common/unix-peer.c b/common/unix-peer.c index ce0de3b..f8f20e6 100644 --- a/common/unix-peer.c +++ b/common/unix-peer.c @@ -34,11 +34,6 @@ #include "config.h" -/* needed for struct ucred */ -#if defined(__linux__) && !defined(_GNU_SOURCE) -#define _GNU_SOURCE -#endif - #include "unix-peer.h" #include <unistd.h> |