]> andersk Git - moira.git/commitdiff
conditionalize HAS_VSPRINTF in imakefile
authormar <mar>
Fri, 8 Mar 1991 11:00:46 +0000 (11:00 +0000)
committermar <mar>
Fri, 8 Mar 1991 11:00:46 +0000 (11:00 +0000)
update/log.c

index b62023dfab79859b7296c20fb54b0aa70f629d2d..415280e960f4871cd548fc42bb7f8123623beae5 100644 (file)
@@ -73,7 +73,7 @@ void mr_update_com_err_hook(whoami, code, fmt, args)
        while (*cp)
            cp++;
     }
-#if defined(AIX386) || defined(sun)
+#ifdef HAS_VSPRINTF
     vsprintf(cp, fmt, args);
 #else
     _strbuf._flag = _IOWRT+_IOSTRG;
This page took 0.074771 seconds and 5 git commands to generate.