Diff for /rpl/src/instructions_o1.c between versions 1.21 and 1.23

version 1.21, 2010/08/15 14:46:25 version 1.23, 2010/08/26 19:07:39
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 4447  instruction_open(struct_processus *s_eta Line 4447  instruction_open(struct_processus *s_eta
                             }                              }
                             else                              else
                             {                              {
                                 printf("+++Attention : IPv6 support "                                  printf("+++Warning : IPv6 support "
                                         "unavailable\n");                                          "unavailable\n");
                             }                              }
 #                           endif  #                           endif
Line 4617  instruction_open(struct_processus *s_eta Line 4617  instruction_open(struct_processus *s_eta
                             }                              }
                             else                              else
                             {                              {
                                 printf("+++Attention : IPv6 support "                                  printf("+++Warning : IPv6 support "
                                         "unavailable\n");                                          "unavailable\n");
                             }                              }
 #                           endif  #                           endif
Line 4987  instruction_open(struct_processus *s_eta Line 4987  instruction_open(struct_processus *s_eta
                             }                              }
                             else                              else
                             {                              {
                                 printf("+++Attention : IPv6 support "                                  printf("+++Warning : IPv6 support "
                                         "unavailable\n");                                          "unavailable\n");
                             }                              }
 #                           endif  #                           endif
Line 5199  instruction_open(struct_processus *s_eta Line 5199  instruction_open(struct_processus *s_eta
                             }                              }
                             else                              else
                             {                              {
                                 printf("+++Attention : IPv6 support "                                  printf("+++Warning : IPv6 support "
                                         "unavailable\n");                                          "unavailable\n");
                             }                              }
 #                           endif  #                           endif

Removed from v.1.21  
changed lines
  Added in v.1.23


CVSweb interface <joel.bertrand@systella.fr>