diff options
author | jbj <devnull@localhost> | 2003-04-15 16:58:35 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2003-04-15 16:58:35 +0000 |
commit | a2ed3a1f3e9ed7e6bcde955147ab7703d2139d9a (patch) | |
tree | 446614bd6cfe9bc0e837f19179d78bc7b032ca68 /file/magic/Magdir/dyadic | |
parent | 20d11cf0f4b568eef0f66d2d606d103496948db0 (diff) | |
download | librpm-tizen-a2ed3a1f3e9ed7e6bcde955147ab7703d2139d9a.tar.gz librpm-tizen-a2ed3a1f3e9ed7e6bcde955147ab7703d2139d9a.tar.bz2 librpm-tizen-a2ed3a1f3e9ed7e6bcde955147ab7703d2139d9a.zip |
Move magic creation to sub-directory.
CVS patchset: 6747
CVS date: 2003/04/15 16:58:35
Diffstat (limited to 'file/magic/Magdir/dyadic')
-rw-r--r-- | file/magic/Magdir/dyadic | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/file/magic/Magdir/dyadic b/file/magic/Magdir/dyadic new file mode 100644 index 000000000..e8a9d25d8 --- /dev/null +++ b/file/magic/Magdir/dyadic @@ -0,0 +1,12 @@ + +#------------------------------------------------------------------------------ +# Dyadic: file(1) magic for Dyalog APL. +# +0 byte 0xaa +>1 byte <4 Dyalog APL +>>1 byte 0x00 incomplete workspace +>>1 byte 0x01 component file +>>1 byte 0x02 external variable +>>1 byte 0x03 workspace +>>2 byte x version %d +>>3 byte x .%d |