]> granicus.if.org Git - file/commitdiff
revert previous
authorChristos Zoulas <christos@zoulas.com>
Thu, 9 Oct 2008 17:24:03 +0000 (17:24 +0000)
committerChristos Zoulas <christos@zoulas.com>
Thu, 9 Oct 2008 17:24:03 +0000 (17:24 +0000)
src/file.c

index 91081a0b556da813cf3a9c7ff06f5c06853dc704..d87f0fd4154fc748418141e93d3a63aacf812fab 100644 (file)
@@ -74,7 +74,7 @@ int getopt_long(int argc, char * const *argv, const char *optstring, const struc
 #include "patchlevel.h"
 
 #ifndef        lint
-FILE_RCSID("@(#)$File: file.c,v 1.123 2008/10/09 17:19:12 christos Exp $")
+FILE_RCSID("@(#)$File: file.c,v 1.124 2008/10/09 17:24:03 christos Exp $")
 #endif /* lint */
 
 
@@ -148,11 +148,9 @@ main(int argc, char *argv[])
                { "ascii",      MAGIC_NO_CHECK_ASCII },
                { "compress",   MAGIC_NO_CHECK_COMPRESS },
                { "elf",        MAGIC_NO_CHECK_ELF },
-               { "fortran",    MAGIC_NO_CHECK_FORTRAN },
                { "soft",       MAGIC_NO_CHECK_SOFT },
                { "tar",        MAGIC_NO_CHECK_TAR },
                { "tokens",     MAGIC_NO_CHECK_TOKENS },
-               { "troff",      MAGIC_NO_CHECK_TROFF },
        };
 
        /* makes islower etc work for other langs */