Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-341

Compilation problems under Tru64/OSF

XMLWordPrintable

      Reported by Max:

      Hi !

      Two errors found in src/libs/zbxsysinfo/osf/cpu.c while trying to compile agent :

      line 90 :
      -zbx_snprintf(cpuname, sizeof(cpuname)"all");
      +zbx_snprintf(cpuname, sizeof(cpuname), "all");

      line 104:
      -zbx_snprintf(type, sizeof(tupe), "user");
      +zbx_snprintf(type, sizeof(type), "user");

      Bye

            alexei Alexei Vladishev
            alexei Alexei Vladishev
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: