diff options
Diffstat (limited to 'usr.bin/file/magdir/database')
-rw-r--r-- | usr.bin/file/magdir/database | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/usr.bin/file/magdir/database b/usr.bin/file/magdir/database index 9b59cc7b209..692ce6b3153 100644 --- a/usr.bin/file/magdir/database +++ b/usr.bin/file/magdir/database @@ -4,7 +4,13 @@ # # extracted from header/code files by Graeme Wilford (eep2gw@ee.surrey.ac.uk) # -0 long 0x13579ace GNU gdbm or ndbm database +# +# GDBM magic numbers +# Will be maintained as part of the GDBM distribution in the future. +# <downsj@teeny.org> +0 belong 0x13579ace GNU dbm 1.x or ndbm database, big endian +0 lelong 0x13579ace GNU dbm 1.x or ndbm database, little endian +0 string GDBM GNU dbm 2.x database # 0 belong 0x061561 Berkeley DB Hash file >4 belong >0 (Version %d, |