[dnssec-check] new patch

Wes Hardaker hardaker at fedoraproject.org
Thu Mar 22 19:05:11 UTC 2012


commit a81f9675dd31cfd01c1e991261306d709e4421bc
Author: Wes Hardaker <opensource at hardakers.net>
Date:   Thu Mar 22 12:04:55 2012 -0700

    new patch

 ...ec-check-add-missing-function-decl.1.12.1.patch |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/dnssec-check-add-missing-function-decl.1.12.1.patch b/dnssec-check-add-missing-function-decl.1.12.1.patch
new file mode 100644
index 0000000..fb16f0e
--- /dev/null
+++ b/dnssec-check-add-missing-function-decl.1.12.1.patch
@@ -0,0 +1,11 @@
+--- dnssec-check-1.12.1/mainwindow.cpp.~1~	2012-03-22 11:48:25.000000000 -0700
++++ dnssec-check-1.12.1/mainwindow.cpp	2012-03-22 11:54:09.972351336 -0700
+@@ -31,6 +31,8 @@
+ #define ns_c_in 1
+ #endif
+ 
++void            val_freeaddrinfo(struct addrinfo *ainfo);
++
+ MainWindow::MainWindow(QWidget *parent)
+     : QMainWindow(parent), m_testManager(), m_rows(0), m_manager(0), m_detailedResults(0), m_submitResults(0)
+ {


More information about the scm-commits mailing list