
This brings our tree to NetBSD 7.0, as found on -current on the 10-10-2015. This updates: - LLVM to 3.6.1 - GCC to GCC 5.1 - Replace minix/commands/zdump with usr.bin/zdump - external/bsd/libelf has moved to /external/bsd/elftoolchain/ - Import ctwm - Drop sprintf from libminc Change-Id: I149836ac18e9326be9353958bab9b266efb056f0
18 lines
542 B
Plaintext
18 lines
542 B
Plaintext
|
|
#------------------------------------------------------------------------------
|
|
# $File: pdf,v 1.7 2013/08/22 07:47:26 christos Exp $
|
|
# pdf: file(1) magic for Portable Document Format
|
|
#
|
|
|
|
0 string %PDF- PDF document
|
|
!:mime application/pdf
|
|
>5 byte x \b, version %c
|
|
>7 byte x \b.%c
|
|
|
|
# From: Nick Schmalenberger <nick@schmalenberger.us>
|
|
# Forms Data Format
|
|
0 string %FDF- FDF document
|
|
!:mime application/vnd.fdf
|
|
>5 byte x \b, version %c
|
|
>7 byte x \b.%c
|