From 67affa6f3155ea33a922f1147f1c43ef407b8622 Mon Sep 17 00:00:00 2001 From: Peter Howkins Date: Sun, 11 Mar 2012 18:15:12 +0000 Subject: [PATCH] Add linux to list of platforms that are object to those definitions --- cde/lib/DtSvc/include/codelibs/privbuf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cde/lib/DtSvc/include/codelibs/privbuf.h b/cde/lib/DtSvc/include/codelibs/privbuf.h index ef4963ad..e3a538bb 100644 --- a/cde/lib/DtSvc/include/codelibs/privbuf.h +++ b/cde/lib/DtSvc/include/codelibs/privbuf.h @@ -48,7 +48,7 @@ typedef void (*privbuf_func)(void *v); #include #include -#if defined(__osf__) || defined(sun) +#if defined(__osf__) || defined(sun) || defined(linux) // The DEC C++ compiler rejects valid inline declarations, claiming // they have both internal and external linkage. #else -- 2.25.1