$NetBSD: patch-ab,v 1.3 2004/06/29 13:42:19 cjep Exp $ --- mime.c.orig 2004-06-13 14:27:29.000000000 +0100 +++ mime.c @@ -62,7 +62,7 @@ static char sccsid[] = "@(#)mime.c 2.18 * 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";