15 lines
557 B
Diff
15 lines
557 B
Diff
diff -ru fontconfig-2.4.1.orig/src/fcint.h fontconfig-2.4.1/src/fcint.h
|
|
--- fontconfig-2.4.1.orig/src/fcint.h 2006-09-15 09:06:40.000000000 +0200
|
|
+++ fontconfig-2.4.1/src/fcint.h 2006-10-16 15:48:51.000000000 +0200
|
|
@@ -406,8 +406,8 @@
|
|
|
|
#define fc_alignof(type) offsetof (struct { char c; type member; }, member)
|
|
|
|
-#define FC_CACHE_MAGIC_MMAP 0xFC02FC04
|
|
-#define FC_CACHE_MAGIC_ALLOC 0xFC02FC05
|
|
+#define FC_CACHE_MAGIC_MMAP 0xFC02FC04
|
|
+#define FC_CACHE_MAGIC_ALLOC 0xFC02FC05
|
|
#define FC_CACHE_CONTENT_VERSION 1
|
|
|
|
struct _FcAtomic {
|