~edubuntu-italc-devel/italc/italc-intrepid

« back to all changes in this revision

Viewing changes to debian/patches/05_x11vnc.patch

  • Committer: Stéphane graber
  • Date: 2008-06-25 16:29:21 UTC
  • Revision ID: stgraber@ubuntu.com-20080625162921-dcrlhhfqkv2zsy23
Update ica-launcher: kill all running ICA (fix KDE session restore bug), drop inet.c patch for x11vnc as it was making building for Intrepid impossible

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
                }
87
87
        }
88
88
        dst_fb = rfb_fb;
89
 
Index: ../ica/x11/x11vnc/inet.c
90
 
===================================================================
91
 
--- ../ica/x11/x11vnc/inet.c    (Revision 401)
92
 
+++ ../ica/x11/x11vnc/inet.c    (Arbeitskopie)
93
 
@@ -39,7 +39,7 @@
94
 
        }
95
 
        memset(&addr, 0, sizeof(addr));
96
 
        addr.sin_family = AF_INET;
97
 
-       addr.sin_addr.s_addr =  *(unsigned long *)hp->h_addr_list[0];
98
 
+       addr.sin_addr.s_addr =  *(unsigned long *)hp->h_addr;
99
 
        str = strdup(inet_ntoa(addr.sin_addr));
100
 
        return str;
101
 
 }
102
89
Index: ../ica/x11/x11vnc/options.h
103
90
===================================================================
104
91
--- ../ica/x11/x11vnc/options.h (Revision 401)