Dirk Mueller
44bc099863
- Refresh patches and remove the visibility patch that I upstreamed few releases ago in a different form. OBS-URL: https://build.opensuse.org/request/show/161841 OBS-URL: https://build.opensuse.org/package/show/Base:System/file?expand=0&rev=75
22 lines
597 B
Plaintext
22 lines
597 B
Plaintext
Index: magic/Localstuff
|
|
===================================================================
|
|
--- magic/Localstuff.orig
|
|
+++ magic/Localstuff
|
|
@@ -36,3 +36,16 @@
|
|
|
|
# File magic for X11 cursor data files
|
|
0 string Xcur\020\000 X11 cursor data
|
|
+
|
|
+# File magic for CROM File System
|
|
+
|
|
+0 string CROMFS CROMFS
|
|
+>6 string >\0 \b version %2.2s,
|
|
+>8 ulequad >0 \b block data at %lld,
|
|
+>16 ulequad >0 \b fblock table at %lld,
|
|
+>24 ulequad >0 \b inode table at %lld,
|
|
+>32 ulequad >0 \b root at %lld,
|
|
+>40 ulelong >0 \b fblock size = %ld,
|
|
+>44 ulelong >0 \b block size = %ld,
|
|
+>48 ulequad >0 \b bytes = %lld
|
|
+
|