summaryrefslogtreecommitdiff
path: root/devel/libgphoto2/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libgphoto2/patches/patch-aa')
-rw-r--r--devel/libgphoto2/patches/patch-aa31
1 files changed, 0 insertions, 31 deletions
diff --git a/devel/libgphoto2/patches/patch-aa b/devel/libgphoto2/patches/patch-aa
deleted file mode 100644
index 9736e53ad2c..00000000000
--- a/devel/libgphoto2/patches/patch-aa
+++ /dev/null
@@ -1,31 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2004/02/21 22:58:08 cube Exp $
-
---- camlibs/aox/aox.c.orig Sun Jan 18 19:47:00 2004
-+++ camlibs/aox/aox.c
-@@ -39,10 +39,10 @@
- int aox_init (GPPort *port, Model *model, Info *info)
- {
- unsigned char c[4];
-- memset(c,0,sizeof(c));
- unsigned char hi[2];
-- memset (hi,0,2);
- unsigned char lo[2];
-+ memset(c,0,sizeof(c));
-+ memset (hi,0,2);
- memset (lo,0,2);
-
- GP_DEBUG("Running aox_init\n");
-@@ -86,11 +86,11 @@ int aox_get_num_hi_pics (Info *info
-
- int aox_get_picture_size (GPPort *port, int lo, int hi, int n, int k)
- {
-+ unsigned char c[4];
-+ unsigned int size;
- GP_DEBUG("Running aox_get_picture_size\n");
-
-- unsigned char c[4];
- memset (c,0,4);
-- unsigned int size;
-
- if ( ( (lo) && ( n ==k ) && (k ==0)) ) {
- READ(port, 0x04, 0x1, 0x1, c, 2);