From: Christos Zoulas Date: Sat, 14 Feb 2015 17:19:29 +0000 (+0000) Subject: bump buffer space for file. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2c4035c7c26906a5c95da0ab5b6ade2853a6c2e1;p=file bump buffer space for file. --- diff --git a/src/file.h b/src/file.h index e661ee30..08bbd12b 100644 --- a/src/file.h +++ b/src/file.h @@ -27,7 +27,7 @@ */ /* * file.h - definitions for file(1) program - * @(#)$File: file.h,v 1.166 2015/01/09 19:28:32 christos Exp $ + * @(#)$File: file.h,v 1.167 2015/02/14 17:19:29 christos Exp $ */ #ifndef __file_h__ @@ -126,7 +126,7 @@ #endif #ifndef HOWMANY -# define HOWMANY (256 * 1024) /* how much of the file to look at */ +# define HOWMANY (1024 * 1024) /* how much of the file to look at */ #endif #define MAXMAGIS 8192 /* max entries in any one magic file or directory */