diff options
author | 2015-06-21 12:15:09 +0000 | |
---|---|---|
committer | 2015-06-21 12:15:09 +0000 | |
commit | 8487bdfd25b3cfe37314a7c13d0a470ccd2a0aa0 (patch) | |
tree | 796a16703a49b781abf6a65f5d52242e211a1e09 | |
parent | There is no need to include sys/ucred.h. Only sys/file.h is needed for the (diff) | |
download | wireguard-openbsd-8487bdfd25b3cfe37314a7c13d0a470ccd2a0aa0.tar.xz wireguard-openbsd-8487bdfd25b3cfe37314a7c13d0a470ccd2a0aa0.zip |
Add .mkv (video/x-matroska).
From David Hill
ok halex@
-rw-r--r-- | share/misc/mime.types | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/misc/mime.types b/share/misc/mime.types index d3b9940542a..5968eb99952 100644 --- a/share/misc/mime.types +++ b/share/misc/mime.types @@ -1,4 +1,4 @@ -# $OpenBSD: mime.types,v 1.2 2014/08/29 08:06:30 reyk Exp $ +# $OpenBSD: mime.types,v 1.3 2015/06/21 12:15:09 reyk Exp $ application/atom+xml atom application/font-woff woff @@ -94,6 +94,7 @@ video/quicktime mov video/webm webm video/x-flv flv video/x-m4v m4v +video/x-matroska mkv video/x-mng mng video/x-ms-asf asx asf video/x-ms-wmv wmv |