remove duplicate definition of tmp in uip/mhbuild.c
[mmh] / uip / mhbuild.c
index a233c68..c032022 100644 (file)
@@ -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;