$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", },
