Home | History | Annotate | Download | only in patches
      1 --- configure.in	2002/07/19 15:01:25	1.1
      2 +++ configure.in	2002/07/19 15:01:54
      3 @@ -2330,7 +2330,7 @@
      4  
      5  AC_DEFINE(LBER_LEN_T,long)
      6  AC_DEFINE(LBER_SOCKET_T,int)
      7 -AC_DEFINE(LBER_TAG_T,long)
      8 +AC_DEFINE(LBER_TAG_T,int)
      9  
     10  dnl ----------------------------------------------------------------
     11  dnl Checks for library functions.
     12 --- libraries/liblunicode/ucdata/ucgendat.c	2002/07/19 15:06:58	1.1
     13 +++ libraries/liblunicode/ucdata/ucgendat.c	2002/07/19 15:07:43
     14 @@ -1273,7 +1274,7 @@
     15      /*
     16       * Write the byte count.
     17       */
     18 -    fwrite((char *) &bytes, sizeof(unsigned long), 1, out);
     19 +    fwrite((char *) &bytes, sizeof(unsigned int), 1, out);
     20  
     21      /*
     22       * Write the property list counts.
     23