[Pkg-gnutls-commits] r376 - in /packages/gnutls13/branches/branch1.7.x.EXP/debian/patches: 15_getridofimplicit1.diff 15_getridofimplicit2.diff

ametzler at users.alioth.debian.org ametzler at users.alioth.debian.org
Wed Aug 15 11:24:36 UTC 2007


Author: ametzler
Date: Wed Aug 15 11:24:35 2007
New Revision: 376

URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=376
Log:
fix two comilation warnings about implicit declarations.

Added:
    packages/gnutls13/branches/branch1.7.x.EXP/debian/patches/15_getridofimplicit1.diff
    packages/gnutls13/branches/branch1.7.x.EXP/debian/patches/15_getridofimplicit2.diff

Added: packages/gnutls13/branches/branch1.7.x.EXP/debian/patches/15_getridofimplicit1.diff
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls13/branches/branch1.7.x.EXP/debian/patches/15_getridofimplicit1.diff?rev=376&op=file
==============================================================================
--- packages/gnutls13/branches/branch1.7.x.EXP/debian/patches/15_getridofimplicit1.diff (added)
+++ packages/gnutls13/branches/branch1.7.x.EXP/debian/patches/15_getridofimplicit1.diff Wed Aug 15 11:24:35 2007
@@ -1,0 +1,10 @@
+--- gnutls13-1.7.17/libextra/gnutls_openpgp.c.orig	2007-08-15 11:06:22.000000000 +0200
++++ gnutls13-1.7.17/libextra/gnutls_openpgp.c	2007-08-15 11:08:31.000000000 +0200
+@@ -31,6 +31,7 @@
+ #include <openpgp/gnutls_openpgp.h>
+ #include "read-file.h"
+ #include <gnutls_str.h>
++#include <gnutls_sig.h>
+ #include <stdio.h>
+ #include <gcrypt.h>
+ #include <time.h>

Added: packages/gnutls13/branches/branch1.7.x.EXP/debian/patches/15_getridofimplicit2.diff
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls13/branches/branch1.7.x.EXP/debian/patches/15_getridofimplicit2.diff?rev=376&op=file
==============================================================================
--- packages/gnutls13/branches/branch1.7.x.EXP/debian/patches/15_getridofimplicit2.diff (added)
+++ packages/gnutls13/branches/branch1.7.x.EXP/debian/patches/15_getridofimplicit2.diff Wed Aug 15 11:24:35 2007
@@ -1,0 +1,22 @@
+--- gnutls13-1.7.17/tests/x509self.c.orig	2007-08-10 12:48:02.000000000 +0200
++++ gnutls13-1.7.17/tests/x509self.c	2007-08-15 11:40:12.000000000 +0200
+@@ -39,6 +39,9 @@
+ 
+ #include "utils.h"
+ 
++#include "ex-session-info.c"
++#include "ex-x509-info.c"
++
+ pid_t child;
+ 
+ static void
+@@ -394,9 +397,6 @@
+   success ("server: ready. Listening to port '%d'.\n", PORT);
+ }
+ 
+-#include "ex-session-info.c"
+-#include "ex-x509-info.c"
+-
+ void
+ server (void)
+ {




More information about the Pkg-gnutls-commits mailing list