summaryrefslogtreecommitdiff
path: root/mail/nail/patches/patch-ab
blob: 79483b01ad76ec95952ca38cacfe917d8923d046 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$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";