diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-09 00:36:47 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-09 00:36:47 +0000 |
commit | f96441b9faf769c9ecdd4d338b605ea3d0cc4010 (patch) | |
tree | edb17ec2c4ea13c5acb1c7350957a249a820e28d /mgetty/mgetty-1.1.30/44-pending-faxexpand.h_bug169455 | |
parent | b6588aa6851fb220cedc387d21c51513ef8d67f4 (diff) |
Disable bk EOLN_NATIVE conversions on all files in packages FILESPATHs, to prevent it screwing up patches.
BKrev: 4190111fA4MuVozAqwE7xOSL9fr-TA
Diffstat (limited to 'mgetty/mgetty-1.1.30/44-pending-faxexpand.h_bug169455')
-rw-r--r-- | mgetty/mgetty-1.1.30/44-pending-faxexpand.h_bug169455 | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/mgetty/mgetty-1.1.30/44-pending-faxexpand.h_bug169455 b/mgetty/mgetty-1.1.30/44-pending-faxexpand.h_bug169455 index e69de29bb2..9ccdf08287 100644 --- a/mgetty/mgetty-1.1.30/44-pending-faxexpand.h_bug169455 +++ b/mgetty/mgetty-1.1.30/44-pending-faxexpand.h_bug169455 @@ -0,0 +1,24 @@ +--- mgetty-1.1.28.old/frontends/X11/viewfax-2.5/faxexpand.h 2000-08-26 07:08:22.000000000 -0400 ++++ mgetty-1.1.28/frontends/X11/viewfax-2.5/faxexpand.h 2002-11-27 01:01:19.000000000 -0500 +@@ -17,6 +17,12 @@ + along with this program; if not, write to the Free Software + Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ + ++/* Wed, 27 Nov 2002 00:59:35 -0500, Wolfgang Sourdeau ++ <Wolfgang@Contre.COM>: ++ - member "vres" of struct pagenode explicitly declared as "signed ++ char" instead of "char" for platforms where char is unsigned. ++ */ ++ + #include <limits.h> + + #if ULONG_MAX == 4294967295UL +@@ -69,7 +75,7 @@ + char inverse; /* black <=> white */ + char lsbfirst; /* bit order is lsb first */ + char orient; /* orientation - upsidedown, landscape, mirrored */ +- char vres; /* vertical resolution: 1 = fine */ ++ signed char vres; /* vertical resolution: 1 = fine */ + void (*expander)(struct pagenode *, drawfunc); + void *extra; /* used for Ximage */ + }; |