summaryrefslogtreecommitdiff
path: root/math/pspp/patches/patch-an
diff options
context:
space:
mode:
Diffstat (limited to 'math/pspp/patches/patch-an')
-rw-r--r--math/pspp/patches/patch-an12
1 files changed, 0 insertions, 12 deletions
diff --git a/math/pspp/patches/patch-an b/math/pspp/patches/patch-an
deleted file mode 100644
index 7e500d36d29..00000000000
--- a/math/pspp/patches/patch-an
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-an,v 1.1 2003/07/29 13:21:57 jmmv Exp $
-
---- src/output.h.orig 2000-01-03 04:32:06.000000000 +0100
-+++ src/output.h
-@@ -28,6 +28,7 @@ struct rect
- int x1, y1; /* Upper left. */
- int x2, y2; /* Lower right, not part of the rectangle. */
- };
-+typedef struct rect rect;
-
- #if __GNUC__ > 1 && defined(__OPTIMIZE__)
- extern inline int width (rect r) __attribute__ ((const));