summaryrefslogtreecommitdiff
path: root/print/gv/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'print/gv/patches/patch-aa')
-rw-r--r--print/gv/patches/patch-aa22
1 files changed, 0 insertions, 22 deletions
diff --git a/print/gv/patches/patch-aa b/print/gv/patches/patch-aa
deleted file mode 100644
index d6100c00cce..00000000000
--- a/print/gv/patches/patch-aa
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-aa,v 1.13 2005/02/24 07:43:30 reed Exp $
-
---- src/main.c.orig Mon Dec 6 15:36:57 2004
-+++ src/main.c
-@@ -321,6 +321,8 @@ int main(argc, argv)
- Dimension maximum_width,maximum_height;
- unsigned int gwidth=0,gheight=0;
- int dim_forced;
-+ int opt_counter = 0;
-+ int c;
-
- /*### initializing global variables ####################################*/
-
-@@ -419,8 +421,6 @@ int main(argc, argv)
- }
-
- /*### Manage GNU command line arguments ########################*/
-- int opt_counter = 0;
-- int c;
- while ((c = getopt_long (argc, argv, "vhu", GNU_longOptions, NULL))
- != -1)
- {