pkgsrc/graphics/pixieplus/patches/patch-ah
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
246 B
Text

$NetBSD: patch-ah,v 1.1 2006/06/21 21:00:49 joerg Exp $
--- app/batch.h.orig 2006-06-21 19:24:54.000000000 +0000
+++ app/batch.h
@@ -17,7 +17,7 @@
#define off_t long long
extern "C"{
#include <api.h>
-};
+}
class KProgress;
class QLabel;