~ubuntu-branches/ubuntu/intrepid/libpng/intrepid-security

« back to all changes in this revision

Viewing changes to debian/patches/drop_pass_width.patch

  • Committer: Bazaar Package Importer
  • Author(s): Anibal Monsalve Salazar
  • Date: 2006-11-21 19:07:43 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20061121190743-wkt0yzs5uq2xoq10
Tags: 1.2.13-4
Removed drop_pass_width patch. Closes: #399499.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--- png.h.orig  2005-10-03 20:12:48.000000000 +0200
2
 
+++ png.h       2005-10-03 20:15:57.000000000 +0200
3
 
@@ -456,7 +456,7 @@
4
 
 PNG_EXPORT_VAR (const int FARDATA) png_pass_mask[7];
5
 
 PNG_EXPORT_VAR (const int FARDATA) png_pass_dsp_mask[7];
6
 
 #ifdef PNG_HAVE_ASSEMBLER_COMBINE_ROW
7
 
-PNG_EXPORT_VAR (const int FARDATA) png_pass_width[7];
8
 
+const int FARDATA png_pass_width[7];
9
 
 #endif
10
 
 /* This isn't currently used.  If you need it, see png.c for more details.
11
 
 PNG_EXPORT_VAR (const int FARDATA) png_pass_height[7];