~ubuntu-branches/debian/jessie/mtr/jessie

« back to all changes in this revision

Viewing changes to dns.c.rej

  • Committer: Bazaar Package Importer
  • Author(s): Robert Woodcock
  • Date: 2008-04-16 19:38:12 UTC
  • mfrom: (1.2.1 upstream) (5.1.1 gutsy)
  • Revision ID: james.westby@ubuntu.com-20080416193812-c9tw92dcxlc5gg0y
Tags: 0.73-1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
***************
 
2
*** 1357,1363 ****
 
3
  #ifdef ENABLE_IPV6
 
4
  /* Returns an ip6.arpa character string. */
 
5
  void addr2ip6arpa( ip_t * ip, char * buf ) {
 
6
-   char * p = (char *) ip;
 
7
    char * b = buf;
 
8
    int i;
 
9
  
 
10
--- 1357,1363 ----
 
11
  #ifdef ENABLE_IPV6
 
12
  /* Returns an ip6.arpa character string. */
 
13
  void addr2ip6arpa( ip_t * ip, char * buf ) {
 
14
+   unsigned char * p = (unsigned char *) ip;
 
15
    char * b = buf;
 
16
    int i;
 
17