summaryrefslogtreecommitdiffstats
path: root/contrib/file/src/file.c
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2015-01-23 18:48:59 +0000
committerdelphij <delphij@FreeBSD.org>2015-01-23 18:48:59 +0000
commit606dfe10754ec3dbe1055a9ab1e26f94dd25282b (patch)
treead6b6f423e47801e60bdd11239c19553a525dad3 /contrib/file/src/file.c
parentb62501e2c26308009af2e269236ed99f01f67d98 (diff)
downloadFreeBSD-src-606dfe10754ec3dbe1055a9ab1e26f94dd25282b.zip
FreeBSD-src-606dfe10754ec3dbe1055a9ab1e26f94dd25282b.tar.gz
MFC r276577: MFV r276568:
Update file to 5.22.
Diffstat (limited to 'contrib/file/src/file.c')
-rw-r--r--contrib/file/src/file.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/file/src/file.c b/contrib/file/src/file.c
index 148f806..546fd8b 100644
--- a/contrib/file/src/file.c
+++ b/contrib/file/src/file.c
@@ -32,7 +32,7 @@
#include "file.h"
#ifndef lint
-FILE_RCSID("@(#)$File: file.c,v 1.159 2014/11/28 02:46:39 christos Exp $")
+FILE_RCSID("@(#)$File: file.c,v 1.160 2014/12/16 23:18:40 christos Exp $")
#endif /* lint */
#include "magic.h"
@@ -125,6 +125,7 @@ private struct {
{ "name", MAGIC_PARAM_NAME_MAX, 0 },
{ "elf_phnum", MAGIC_PARAM_ELF_PHNUM_MAX, 0 },
{ "elf_shnum", MAGIC_PARAM_ELF_SHNUM_MAX, 0 },
+ { "elf_notes", MAGIC_PARAM_ELF_NOTES_MAX, 0 },
};
private char *progname; /* used throughout */
OpenPOWER on IntegriCloud