version 1.19, 2010/08/06 15:26:49
|
version 1.24, 2010/08/26 19:07:40
|
Line 1
|
Line 1
|
/* |
/* |
================================================================================ |
================================================================================ |
RPL/2 (R) version 4.0.18 |
RPL/2 (R) version 4.0.19 |
Copyright (C) 1989-2010 Dr. BERTRAND Joël |
Copyright (C) 1989-2010 Dr. BERTRAND Joël |
|
|
This file is part of RPL/2. |
This file is part of RPL/2. |
Line 1962 instruction_read(struct_processus *s_eta
|
Line 1962 instruction_read(struct_processus *s_eta
|
MSG_PEEK | MSG_DONTWAIT, (struct sockaddr *) |
MSG_PEEK | MSG_DONTWAIT, (struct sockaddr *) |
&adresse_ipv6, &longueur_adresse); |
&adresse_ipv6, &longueur_adresse); |
# else |
# else |
|
if ((*s_etat_processus).langue == 'F') |
|
{ |
|
printf("+++Attention : Support du protocole" |
|
" IPv6 indisponible\n"); |
|
} |
|
else |
|
{ |
|
printf("+++Warning : IPv6 support " |
|
"unavailable\n"); |
|
} |
# endif |
# endif |
} |
} |
else |
else |
Line 2362 instruction_read(struct_processus *s_eta
|
Line 2372 instruction_read(struct_processus *s_eta
|
(*(*((struct_liste_chainee *) (*s_objet_adresse).objet)) |
(*(*((struct_liste_chainee *) (*s_objet_adresse).objet)) |
.suivant).suivant = NULL; |
.suivant).suivant = NULL; |
# else |
# else |
|
if ((*s_etat_processus).langue == 'F') |
|
{ |
|
printf("+++Attention : Support du protocole" |
|
" IPv6 indisponible\n"); |
|
} |
|
else |
|
{ |
|
printf("+++Warning : IPv6 support " |
|
"unavailable\n"); |
|
} |
# endif |
# endif |
} |
} |
else |
else |