mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-14 21:40:00 -04:00
3603. [bug] Install <isc/stat.h>. [RT #33956]
This commit is contained in:
parent
08155cc527
commit
06d8fb2202
3 changed files with 4 additions and 2 deletions
2
CHANGES
2
CHANGES
|
|
@ -1,3 +1,5 @@
|
|||
3603. [bug] Install <isc/stat.h>. [RT #33956]
|
||||
|
||||
3601. [bug] Added to PKCS#11 openssl patches a value len
|
||||
attribute in DH derive key. [RT #33928]
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ top_srcdir = @top_srcdir@
|
|||
|
||||
@BIND9_VERSION@
|
||||
|
||||
HEADERS = dir.h int.h net.h netdb.h offset.h stdtime.h \
|
||||
HEADERS = dir.h int.h net.h netdb.h offset.h stat.h stdtime.h \
|
||||
syslog.h time.h
|
||||
|
||||
SUBDIRS =
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ top_srcdir = @top_srcdir@
|
|||
@BIND9_VERSION@
|
||||
|
||||
HEADERS = dir.h int.h mutex.h net.h netdb.h once.h \
|
||||
stdtime.h thread.h time.h
|
||||
stat.h stdtime.h thread.h time.h
|
||||
|
||||
SUBDIRS =
|
||||
TARGETS =
|
||||
|
|
|
|||
Loading…
Reference in a new issue