summaryrefslogtreecommitdiff
path: root/graphics/magicpoint/patches/patch-at
blob: e56ec157545651735ccbe684838b5800df6182d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-at,v 1.1 2008/09/10 13:32:48 taca Exp $

--- image/faces.c.orig	2001-08-31 02:10:30.000000000 +0900
+++ image/faces.c
@@ -86,6 +86,7 @@ static int nextInt(zf, len)
 
 Image *facesLoad(fullname, name, verbose)
      char *fullname, *name;
+     int verbose;
 { ZFILE        *zf;
   Image        *image;
   char          fname[BUFSIZ];