summaryrefslogtreecommitdiff
path: root/mail/mmh/files/patch-uip_mhbuild.c
blob: f6ff3943a60be16ba770dafb65a20819040c823b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- uip/mhbuild.c.orig	2020-08-21 13:38:24 UTC
+++ uip/mhbuild.c
@@ -51,7 +51,7 @@ char *version=VERSION;
 ** Directory to place tmp files.  This must
 ** be set before these routines are called.
 */
-char *tmp;
+extern char *tmp;
 
 pid_t xpid = 0;