$NetBSD: patch-ab,v 1.4 2004/08/16 15:34:25 cjep Exp $ --- mime.c.orig 2004-08-15 13:31:27.000000000 +0100 +++ mime.c @@ -62,7 +62,7 @@ static char sccsid[] = "@(#)mime.c 2.20 * 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";