summaryrefslogtreecommitdiff
path: root/graphics/netpbm/patches/patch-aj
blob: a195db2986257892d457335b48536e17cb5ae1fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aj,v 1.11 2006/10/03 22:56:50 schwarz Exp $

--- converter/ppm/sldtoppm.c.orig	2006-09-26 22:50:39.000000000 +0200
+++ converter/ppm/sldtoppm.c	2006-09-26 22:50:58.000000000 +0200
@@ -74,7 +74,7 @@
                     void (*slflood) ARGS((struct spolygon *poly, int color)) ));
 static void slidefind ARGS((char *sname, int dironly, int ucasen));
 static void draw ARGS((struct svector *vec, int color));
-static void flood ARGS((struct spolygon *poly, int color));
+static void flood ARGS((struct spolygon *const poly, int const color));
 
 static int ixdots, iydots;        /* Screen size in dots */
 static FILE *slfile;              /* Slide file descriptor */