Subversion Repositories

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

Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 magnus 1
#! /bin/sh /usr/share/dpatch/dpatch-run
2
## 20_spf_server_unnecessary_include.dpatch by Magnus Holmgren <magnus@kibibyte.se>
3
##
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.
6
 
7
@DPATCH@
8
 
9
--- libspf2-1.2.5.dfsg.orig/src/include/spf_server.h
10
+++ libspf2-1.2.5.dfsg/src/include/spf_server.h
11
@@ -20,7 +20,6 @@
12
 
13
 #include "spf_record.h"
14
 #include "spf_dns.h"
15
-#include "spf_dns_internal.h"
16
 
17
 #ifndef SPF_MAX_DNS_MECH
18
 /* It is a bad idea to change this for two reasons.