diff options
author | delphij <delphij@FreeBSD.org> | 2016-05-08 18:09:30 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2016-05-08 18:09:30 +0000 |
commit | 474ac0fbf4af918a4825854649bafccc48949fc1 (patch) | |
tree | 71e3f513282a26fd8dae12a0f0258b39eff11078 /contrib/file/src/print.c | |
parent | 1e1c6951b00289b8de42bb7d821861b25d4fc604 (diff) | |
download | FreeBSD-src-474ac0fbf4af918a4825854649bafccc48949fc1.zip FreeBSD-src-474ac0fbf4af918a4825854649bafccc48949fc1.tar.gz |
Revert r298920 until we have addressed all known regressions on head/ after
settle. file is now downgraded to 5.25.
PR: bin/209211
Requested by: Tomoaki AOKI
Relnotes: yes
Diffstat (limited to 'contrib/file/src/print.c')
-rw-r--r-- | contrib/file/src/print.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/file/src/print.c b/contrib/file/src/print.c index a0221b1..0d52290 100644 --- a/contrib/file/src/print.c +++ b/contrib/file/src/print.c @@ -32,7 +32,7 @@ #include "file.h" #ifndef lint -FILE_RCSID("@(#)$File: print.c,v 1.81 2016/01/19 15:09:03 christos Exp $") +FILE_RCSID("@(#)$File: print.c,v 1.80 2015/07/16 14:28:57 christos Exp $") #endif /* lint */ #include <string.h> @@ -198,7 +198,6 @@ file_mdump(struct magic *m) break; case FILE_USE: case FILE_NAME: - case FILE_DER: (void) fprintf(stderr, "'%s'", m->value.s); break; default: |