Skip to content

Commit

Permalink
Merge pull request #49 from CHERTS/ZBX-22493
Browse files Browse the repository at this point in the history
[ZBX-23890] removed non-existing headers from compiler checks: mtent.h and knlist.h
  • Loading branch information
CHERTS authored Feb 19, 2024
2 parents fa25737 + fce5574 commit ae9ee50
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 12 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ A......... [ZBX-21332] fixed runtime errors when linking items from two template
...G...... [ZBX-22695] fixed eventlog duplicate timestamps (asestakovs)
........S. [ZBX-22772] added trends cleanup for non-numeric value types (wiper)
...G...PS. [ZBX-23221] fixed memory leaks when using certificate-based encryption in Zabbix Agent 1 and Agent 2; thanks to Masato Hirahata for the patch (akozlovs, Andris)
...G...... [ZBX-23890] removed non-existing headers from compiler checks: mtent.h and knlist.h (arimdjonoks)

--------------------------------------------------------------------------------
Changes for 4.4.27
Expand Down
1 change: 1 addition & 0 deletions PATCHLIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@
[ZBX-22695] fixed eventlog duplicate timestamps (https://support.zabbix.com/browse/ZBX-22695)
[ZBX-22772] added trends cleanup for non-numeric value types (https://support.zabbix.com/browse/ZBX-22772)
[ZBX-23221] fixed memory leaks when using certificate-based encryption in Zabbix Agent 1 and Agent 2; thanks to Masato Hirahata for the patch (https://support.zabbix.com/browse/ZBX-23221)
[ZBX-23890] removed non-existing headers from compiler checks: mtent.h and knlist.h (https://support.zabbix.com/browse/ZBX-23890)
[ZBXNEXT-170] implemented possibility to "unlink" specific templates in hosts and templates massupdate (https://support.zabbix.com/browse/ZBXNEXT-170)
[ZBXNEXT-284] added timeout parameter to zabbix_sender and zabbix_get (https://support.zabbix.com/browse/ZBXNEXT-284)
[ZBXNEXT-435] Add Oracle TNSNAMES connect support (https://support.zabbix.com/browse/ZBXNEXT-435)
Expand Down
7 changes: 3 additions & 4 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,11 @@ AC_HEADER_STDC
AC_CHECK_HEADERS(stdio.h stdlib.h string.h unistd.h netdb.h signal.h \
syslog.h time.h errno.h sys/types.h sys/stat.h netinet/in.h \
math.h sys/socket.h dirent.h ctype.h \
mtent.h fcntl.h sys/param.h arpa/inet.h \
fcntl.h sys/param.h arpa/inet.h \
sys/vfs.h sys/pstat.h sys/sysinfo.h sys/statvfs.h sys/statfs.h \
sys/socket.h sys/loadavg.h arpa/inet.h \
sys/vmmeter.h strings.h vm/vm_param.h \
sys/loadavg.h sys/vmmeter.h strings.h vm/vm_param.h \
sys/time.h kstat.h sys/syscall.h sys/sysmacros.h \
stdint.h mach/host_info.h mach/mach_host.h knlist.h pwd.h \
stdint.h mach/host_info.h mach/mach_host.h pwd.h \
sys/var.h arpa/nameser.h assert.h sys/dkstat.h sys/disk.h sys/sched.h \
zone.h nlist.h kvm.h linux/kernel.h procinfo.h sys/dk.h \
sys/resource.h pthread.h windows.h process.h conio.h sys/wait.h \
Expand Down
8 changes: 0 additions & 8 deletions include/sysinc.h
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,6 @@
# include <fcntl.h>
#endif

#ifdef HAVE_KNLIST_H
# include <knlist.h>
#endif

#ifdef HAVE_KSTAT_H
# include <kstat.h>
#endif
Expand All @@ -184,10 +180,6 @@
# include <mach/mach_host.h>
#endif

#ifdef HAVE_MTENT_H
# include <mtent.h>
#endif

#ifdef HAVE_NETDB_H
# include <netdb.h>
#endif
Expand Down

0 comments on commit ae9ee50

Please sign in to comment.