From 7d40dc1da5aba4fd10050819ee275c9a86e932c7 Mon Sep 17 00:00:00 2001 From: Adam Tkac Date: Thu, 11 Oct 2012 16:07:10 +0200 Subject: Install isc/stat.h Signed-off-by: Adam Tkac --- bind99-stat.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 bind99-stat.patch (limited to 'bind99-stat.patch') diff --git a/bind99-stat.patch b/bind99-stat.patch new file mode 100644 index 0000000..87e6f97 --- /dev/null +++ b/bind99-stat.patch @@ -0,0 +1,12 @@ +diff -up bind-9.9.2/lib/isc/unix/include/isc/Makefile.in.stat bind-9.9.2/lib/isc/unix/include/isc/Makefile.in +--- bind-9.9.2/lib/isc/unix/include/isc/Makefile.in.stat 2012-10-11 15:52:08.597838751 +0200 ++++ bind-9.9.2/lib/isc/unix/include/isc/Makefile.in 2012-10-11 15:52:16.339836619 +0200 +@@ -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 = -- cgit