- 1CE3FCE5802BD1C1DF524A6C3E1C9B2A45C62535D72602BE8C7EF81E47CC543CE4D150AE2F1DCA99D7B77F64209D2F47789AE08DEE79473009F0531DF1B77AA0
+ 575886DECFB03275E991DAD5372D9F29627E287A3AE29E920B817F7F57F72FD672E09E800BC07166FA6ED97436D66E4C9F0CB06329468B13102758DB3B76F90E
udp/libudp/unix_udp.c
(41 . 6)(41 . 7)
82 char *txt = inet_ntoa(addr);
83 strncpy(buf, txt, buf_size);
84 }
85 /* Should be replaced with native routine */
86
87
88 /* string to local-endian ip conversion */
(51 . 6)(52 . 7)
90 *ip = ntohl(addr.s_addr);
91 return 0;
92 }
93 /* Should be replaced with native routine */
94
95
96 int unix_udp_socket_open(UDP_Socket *S,