Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 2 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 29
1
#! /bin/sh /usr/share/dpatch/dpatch-run
1
#! /bin/sh /usr/share/dpatch/dpatch-run
2
## 20_spf_server_unnecessary_include.dpatch by Magnus Holmgren <magnus@kibibyte.se>
2
## 20_spf_server_unnecessary_include.dpatch by Magnus Holmgren <magnus@kibibyte.se>
3
##
3
##
4
## All lines beginning with `## DP:' are a description of the patch.
4
## All lines beginning with `## DP:' are a description of the patch.
5
## DP: src/include/spf_server.h: Remove useless include of spf_dns_internal.h.
5
## DP: src/include/spf_server.h: Remove useless include of spf_dns_internal.h.
6
6
7
@DPATCH@
7
@DPATCH@
8
8
9
--- libspf2-1.2.5.dfsg.orig/src/include/spf_server.h
9
--- libspf2-1.2.5.dfsg.orig/src/include/spf_server.h
10
+++ libspf2-1.2.5.dfsg/src/include/spf_server.h
10
+++ libspf2-1.2.5.dfsg/src/include/spf_server.h
11
@@ -20,7 +20,6 @@
11
@@ -20,7 +20,6 @@
12
 
12
 
13
 #include "spf_record.h"
13
 #include "spf_record.h"
14
 #include "spf_dns.h"
14
 #include "spf_dns.h"
15
-#include "spf_dns_internal.h"
15
-#include "spf_dns_internal.h"
16
 
16
 
17
 #ifndef SPF_MAX_DNS_MECH
17
 #ifndef SPF_MAX_DNS_MECH
18
 /* It is a bad idea to change this for two reasons.
18
 /* It is a bad idea to change this for two reasons.