Subversion Repositories libdkim

Compare Revisions

Ignore whitespace Rev 11 → Rev 12

/trunk/debian/patches/20_strict_includes.dpatch
0,0 → 1,29
#! /bin/sh /usr/share/dpatch/dpatch-run
## 20_strict_includes.dpatch by <magnus@proffe.kibibyte.se>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.
 
@DPATCH@
diff -urNad trunk~/src/dkim.cpp trunk/src/dkim.cpp
--- trunk~/src/dkim.cpp 2007-09-04 14:38:44.000000000 +0200
+++ trunk/src/dkim.cpp 2008-01-19 23:32:38.000000000 +0100
@@ -20,6 +20,7 @@
#else
#endif
+#include <string.h>
#include "dkim.h"
#include "dkimsign.h"
#include "dkimverify.h"
diff -urNad trunk~/src/dkimverify.cpp trunk/src/dkimverify.cpp
--- trunk~/src/dkimverify.cpp 2007-10-29 15:15:18.000000000 +0100
+++ trunk/src/dkimverify.cpp 2008-01-19 23:32:50.000000000 +0100
@@ -29,6 +29,7 @@
#include <assert.h>
#include <vector>
#include <algorithm>
+#include <string.h>
#define MAX_SIGNATURES 10 // maximum number of DKIM signatures to process in a message
Property changes:
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: debian/patches/00list
===================================================================
--- debian/patches/00list (revision 11)
+++ debian/patches/00list (revision 12)
@@ -1 +1,2 @@
20_bad_test
+20_strict_includes