From 71f24beca39c957c9f54e77b3d2fc54cd89400b1 Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Tue, 14 Jan 2020 23:32:46 +0100 Subject: Fix OWNER_OS in XmuConvertStandardSelection() on Linux It used to return BSD Signed-off-by: Alan Coopersmith --- src/CvtStdSel.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/CvtStdSel.c b/src/CvtStdSel.c index a9ead44..4865658 100644 --- a/src/CvtStdSel.c +++ b/src/CvtStdSel.c @@ -80,6 +80,9 @@ in this Software without prior written authorization from The Open Group. #ifdef CSRG_BASED #define USE_UNAME #endif +#ifdef __linux__ +#define USE_UNAME +#endif #endif /*X_OS_FILE*/ #ifdef USE_UNAME #include -- cgit v1.2.1