dtscreen: don't use old version of round() on linux either
authorJon Trulson <jon@radscan.com>
Sat, 9 May 2015 22:37:04 +0000 (16:37 -0600)
committerJon Trulson <jon@radscan.com>
Sat, 9 May 2015 22:37:04 +0000 (16:37 -0600)
cde/programs/dtscreen/worm.c

index e80c797e1ae6d2375d46e6ef35ffd838ca502467..0eb6567d1b47b995a063293660e0f7a74b622cab 100644 (file)
@@ -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)
 {