summaryrefslogtreecommitdiff
path: root/www/bozohttpd/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'www/bozohttpd/patches/patch-ab')
-rw-r--r--www/bozohttpd/patches/patch-ab15
1 files changed, 0 insertions, 15 deletions
diff --git a/www/bozohttpd/patches/patch-ab b/www/bozohttpd/patches/patch-ab
deleted file mode 100644
index 2ca7b529e9d..00000000000
--- a/www/bozohttpd/patches/patch-ab
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ab,v 1.1 1999/06/08 14:40:52 mrg Exp $
-
-Index: bozohttpd.c
-*** bozohttpd.c 1999/05/19 00:31:17 1.7
---- bozohttpd.c 1999/06/08 08:37:19
-*************** static struct content_map {
-*** 1152,1157 ****
---- 1152,1158 ----
- { ".gif", "image/gif", "", "", },
- { ".jpeg", "image/jpeg", "", "", },
- { ".jpg", "image/jpeg", "", "", },
-+ { ".png", "image/png", "", "", },
- { ".tar", "multipart/x-tar", "", "", },
- { ".tar.Z", "multipart/x-tar", "x-compress", "compress", },
- { ".tar.gz", "multipart/x-tar", "x-gzip", "gzip", },