=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/file/file.h,v retrieving revision 1.6 retrieving revision 1.7 diff -c -r1.6 -r1.7 *** src/usr.bin/file/file.h 1998/10/13 07:51:51 1.6 --- src/usr.bin/file/file.h 1999/09/26 20:47:28 1.7 *************** *** 1,4 **** ! /* $OpenBSD: file.h,v 1.6 1998/10/13 07:51:51 deraadt Exp $ */ /* * file.h - definitions for file(1) program --- 1,4 ---- ! /* $OpenBSD: file.h,v 1.7 1999/09/26 20:47:28 ian Exp $ */ /* * file.h - definitions for file(1) program *************** *** 37,43 **** #ifndef HOWMANY # define HOWMANY 8192 /* how much of the file to look at */ #endif ! #define MAXMAGIS 1000 /* max entries in /etc/magic */ #define MAXDESC 50 /* max leng of text description */ #define MAXstring 32 /* max leng of "string" types */ --- 37,43 ---- #ifndef HOWMANY # define HOWMANY 8192 /* how much of the file to look at */ #endif ! #define MAXMAGIS 5000 /* max entries in /etc/magic */ #define MAXDESC 50 /* max leng of text description */ #define MAXstring 32 /* max leng of "string" types */