From 6400908cc1dbf19e8fb1e24f4790a3772e8f2429 Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Sat, 9 May 2015 16:37:04 -0600 Subject: [PATCH] dtscreen: don't use old version of round() on linux either --- cde/programs/dtscreen/worm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cde/programs/dtscreen/worm.c b/cde/programs/dtscreen/worm.c index e80c797e..0eb6567d 100644 --- a/cde/programs/dtscreen/worm.c +++ b/cde/programs/dtscreen/worm.c @@ -88,7 +88,7 @@ typedef struct { int size[MAXCOLORS]; } wormstruct; -#if !defined(CSRG_BASED) && !defined(sun) +#if !defined(CSRG_BASED) && !defined(sun) && !defined(linux) int round(float x) { -- 2.25.1