From af0b82c623c9b58cc3dec9a2a423b2460fe78b02 Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Fri, 13 Aug 2010 16:12:30 +0000 Subject: [PATCH] reduce the strength of mips GLX binaries because they are not popular and conflict with other entries. --- magic/Magdir/mips | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/magic/Magdir/mips b/magic/Magdir/mips index 4dd68662..886bfa44 100644 --- a/magic/Magdir/mips +++ b/magic/Magdir/mips @@ -1,6 +1,6 @@ #------------------------------------------------------------------------------ -# $File$ +# $File: mips,v 1.5 2009/09/19 16:28:10 christos Exp $ # mips: file(1) magic for Silicon Graphics (MIPS, IRIS, IRIX, etc.) # Dec Ultrix (MIPS) # all of SGI's *current* machines and OSes run in big-endian mode on the @@ -171,8 +171,12 @@ # GLF is OpenGL stream encoding 0 string glfHeadMagic(); GLF_TEXT 4 belong 0x7d000000 GLF_BINARY_LSB_FIRST +!:strength -30 4 belong 0x0000007d GLF_BINARY_MSB_FIRST +!:strength -30 # GLS is OpenGL stream encoding; GLS is the successor of GLF 0 string glsBeginGLS( GLS_TEXT 4 belong 0x10000000 GLS_BINARY_LSB_FIRST +!:strength -30 4 belong 0x00000010 GLS_BINARY_MSB_FIRST +!:strength -30 -- 2.40.0