$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 */
