$NetBSD: patch-ab,v 1.2 2003/12/05 22:21:17 cjep Exp $ --- mime.c.orig 2003-03-23 04:15:01.000000000 +0000 +++ mime.c @@ -62,7 +62,7 @@ static char sccsid[] = "@(#)mime.c 2.15 * You won't guess what these are for. */ static const char basetable[] = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"; -static char *mimetypes_world = "/etc/mime.types"; +static char *mimetypes_world = MIMEPATH; static char *mimetypes_user = "~/.mime.types"; char *us_ascii = "us-ascii";