Changeset 13339 for trunk/FACT++/dim/src/tcpip.c
- Timestamp:
- 04/12/12 20:05:44 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/dim/src/tcpip.c
r13135 r13339 67 67 #include <errno.h> 68 68 #include <netdb.h> 69 69 70 #endif 70 71 … … 890 891 int path, val, ret_code, ret; 891 892 int a,b,c,d; 892 unsigned char ipaddr[4]; 893 /* Fix for gcc 4.6 "dereferencing type-punned pointer will break strict-aliasing rules"?!*/ 894 unsigned char ipaddr_buff[4]; 895 unsigned char *ipaddr = ipaddr_buff; 893 896 int host_number = 0; 894 897
Note:
See TracChangeset
for help on using the changeset viewer.