patches/64bit.dif
author yippi
Mon, 27 Sep 2010 21:07:51 +0000
changeset 20108 51df67ca9307
parent 9397 b16e349d18c5
permissions -rw-r--r--
I had these modules listed as being owned by me, but they are really owned by wangke, correcting.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     1
--- configure.in	2002/07/19 15:01:25	1.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     2
+++ configure.in	2002/07/19 15:01:54
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     3
@@ -2330,7 +2330,7 @@
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     4
 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     5
 AC_DEFINE(LBER_LEN_T,long)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     6
 AC_DEFINE(LBER_SOCKET_T,int)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     7
-AC_DEFINE(LBER_TAG_T,long)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     8
+AC_DEFINE(LBER_TAG_T,int)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     9
 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    10
 dnl ----------------------------------------------------------------
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    11
 dnl Checks for library functions.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    12
--- libraries/liblunicode/ucdata/ucgendat.c	2002/07/19 15:06:58	1.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    13
+++ libraries/liblunicode/ucdata/ucgendat.c	2002/07/19 15:07:43
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    14
@@ -1273,7 +1274,7 @@
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    15
     /*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    16
      * Write the byte count.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    17
      */
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    18
-    fwrite((char *) &bytes, sizeof(unsigned long), 1, out);
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    19
+    fwrite((char *) &bytes, sizeof(unsigned int), 1, out);
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    20
 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    21
     /*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    22
      * Write the property list counts.