]> granicus.if.org Git - file/commitdiff
bump buffer space for file.
authorChristos Zoulas <christos@zoulas.com>
Sat, 14 Feb 2015 17:19:29 +0000 (17:19 +0000)
committerChristos Zoulas <christos@zoulas.com>
Sat, 14 Feb 2015 17:19:29 +0000 (17:19 +0000)
src/file.h

index 4eda387c6989569b6ff675ae41c222c7ee7f4054..33e442202fb65fa453ddaa74c76bad9a020da10b 100644 (file)
@@ -27,7 +27,7 @@
  */
 /*
  * file.h - definitions for file(1) program
- * @(#)$File: file.h,v 1.165 2015/01/02 21:29:39 christos Exp $
+ * @(#)$File: file.h,v 1.166 2015/01/09 19:28:32 christos Exp $
  */
 
 #ifndef __file_h__
 #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 */