rename packages/ to recipes/ per earlier agreement
[openembedded.git] / recipes / mgetty / mgetty-1.1.30 / 44-pending-faxexpand.h_bug169455
1 --- mgetty-1.1.28.old/frontends/X11/viewfax-2.5/faxexpand.h     2000-08-26 07:08:22.000000000 -0400
2 +++ mgetty-1.1.28/frontends/X11/viewfax-2.5/faxexpand.h 2002-11-27 01:01:19.000000000 -0500
3 @@ -17,6 +17,12 @@
4  along with this program; if not, write to the Free Software
5  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
6  
7 +/* Wed, 27 Nov 2002 00:59:35 -0500, Wolfgang Sourdeau
8 +   <Wolfgang@Contre.COM>:
9 +   - member "vres" of struct pagenode explicitly declared as "signed
10 +     char" instead of "char" for platforms where char is unsigned.
11 + */
12 +
13  #include <limits.h>
14  
15  #if ULONG_MAX == 4294967295UL
16 @@ -69,7 +75,7 @@
17      char inverse;              /* black <=> white */
18      char lsbfirst;             /* bit order is lsb first */
19      char orient;               /* orientation - upsidedown, landscape, mirrored */
20 -    char vres;                 /* vertical resolution: 1 = fine  */
21 +    signed char vres;                  /* vertical resolution: 1 = fine  */
22      void (*expander)(struct pagenode *, drawfunc);
23      void *extra;               /* used for Ximage */
24  };