blob: cb3ad0068ee490a85a756902a94117fa8453dfcb [file] [log] [blame]
Patrick Williamsd8c66bc2016-06-20 12:57:21 -05001From 8758c6a4508a5ca01505a8d69a269c912ce10bee Mon Sep 17 00:00:00 2001
2From: Alexander Kanavin <alex.kanavin@gmail.com>
3Date: Mon, 18 Jan 2016 18:26:16 +0000
4Subject: [PATCH] Fix build failure on opensuse 13.1
5
6Upstream-Status: Inappropriate [gcc 4.8 specific issue]
7Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
8---
9 nss/cmd/modutil/install-ds.h | 2 +-
10 1 file changed, 1 insertion(+), 1 deletion(-)
11
12diff --git a/nss/cmd/modutil/install-ds.h b/nss/cmd/modutil/install-ds.h
13index 3a3afb3..433efe0 100644
14--- a/nss/cmd/modutil/install-ds.h
15+++ b/nss/cmd/modutil/install-ds.h
16@@ -243,7 +243,7 @@ struct Pk11Install_Info_str {
17 Pk11Install_Info*
18 Pk11Install_Info_new();
19 void
20-Pk11Install_Info_init();
21+Pk11Install_Info_init(Pk11Install_Info* _this);
22 void
23 Pk11Install_Info_delete(Pk11Install_Info* _this);
24 /*// Returns NULL for success, error message if parse error.*/
25--
261.8.4.5
27