summaryrefslogtreecommitdiff
path: root/dns_dtda.c
diff options
context:
space:
mode:
authorJon Marler <jmarler@debian.org>2006-01-30 16:43:31 -0600
committerDmitry Bogatov <KAction@debian.org>2018-11-29 05:18:30 +0000
commitb4de5e82cf2c89f89d102aa8bc735d4499582add (patch)
tree8664b160556e424d6759a07bf4df40239722cb5f /dns_dtda.c
parent9153362023a649853b7cfff374ed686b6586761f (diff)
Import Debian changes 0.88-10
ucspi-tcp (0.88-10) unstable; urgency=low * Added IPV6 Patch (Closes: #151550) * New man pages included with IPV6 patch (Closes: #142736) * Added man pages back into build script (Closes: #105610) * Moved ucspi-tcp-misc programs into ucspi-tcp package (Closes: #255707)
Diffstat (limited to 'dns_dtda.c')
-rw-r--r--dns_dtda.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns_dtda.c b/dns_dtda.c
index 00b41a1..ba1db4f 100644
--- a/dns_dtda.c
+++ b/dns_dtda.c
@@ -1,7 +1,7 @@
#include "stralloc.h"
#include "dns.h"
-int dns_domain_todot_cat(stralloc *out,char *d)
+int dns_domain_todot_cat(stralloc *out,const char *d)
{
char ch;
char ch2;