pkgsrc/graphics/pixieplus/patches/patch-ai
joerg 0401f1311e Remove a number of spurious semicolons, rename a variable shadowing
itself and fix include of fnmatch.h, which can be obtained from
Heimdal. The latter can go away after the branch, when Heimdal itself
is fixed.
2006-06-21 21:00:49 +00:00

13 lines
250 B
Text

$NetBSD: patch-ai,v 1.1 2006/06/21 21:00:49 joerg Exp $
--- app/ifapp.h.orig 2006-06-21 19:25:21.000000000 +0000
+++ app/ifapp.h
@@ -14,7 +14,7 @@
#define off_t long long
extern "C"{
#include <api.h>
-};
+}
class KIFFileList;
class KIFImage;